Skip to content

Commit

Permalink
update nb cnt
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 16, 2024
1 parent 02f2549 commit cdac674
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,7 @@ int OPT_DecompteDesVariablesEtDesContraintesDuProblemeAOptimiser(PROBLEME_HEBDO*
}
if (!storage.additional_constraints.empty())
{
ProblemeAResoudre->NombreDeContraintes
+= storage.additional_constraints.size()
* nombreDePasDeTempsPourUneOptimisation;
ProblemeAResoudre->NombreDeContraintes += storage.additional_constraints.size();
}
}
}
Expand Down

0 comments on commit cdac674

Please sign in to comment.