Skip to content

Commit

Permalink
Merge branch 'develop' into feature/variable-rhs-sts-new-constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir authored Dec 20, 2024
2 parents 1fcc874 + 03508de commit c9c7711
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void NbDispUnitsMinBoundSinceMinUpTime::add(int pays, int index, int pdt)
builder.greaterThan();
if (builder.NumberOfVariables() > 1)
{
data.CorrespondanceCntNativesCntOptim[pays]
data.CorrespondanceCntNativesCntOptim[pdt]
.NumeroDeContrainteDesContraintesDeDureeMinDeMarche[cluster]
= builder.data.nombreDeContraintes;

Expand Down

0 comments on commit c9c7711

Please sign in to comment.