Skip to content

Commit

Permalink
update unpacked constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 20, 2024
1 parent ffb6a42 commit de7c893
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ void ShortTermStorageCumulation::add(int pays)
for (const auto& [hours, globalIndex, localIndex]: additional_constraints.constraints)
{
namer.ShortTermStorageCumulation(
constraintHelper->name() + std::to_string(localIndex),
constraintHelper->name(),
builder.data.nombreDeContraintes,
storage.name,
additional_constraints.name);
additional_constraints.name + std::to_string(localIndex));
const auto index = storage.clusterGlobalIndex;
data.CorrespondanceCntNativesCntOptimHebdomadaires
.ShortTermStorageCumulation[globalIndex]
Expand Down

0 comments on commit de7c893

Please sign in to comment.