Skip to content

Commit

Permalink
Merge branch 'feature/variable-rhs-sts-new-constraint' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/AntaresSimulatorTeam/Antares_Simulator into feature/variable-rhs-sts-new-constraint
  • Loading branch information
a-zakir committed Dec 20, 2024
2 parents be9f174 + c9c7711 commit ef2b214
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 ef2b214

Please sign in to comment.