Skip to content

Commit

Permalink
update name of unpacked constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 20, 2024
1 parent de7c893 commit 1fcc874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ void ShortTermStorageCumulation::add(int pays)
constraintHelper->name(),
builder.data.nombreDeContraintes,
storage.name,
additional_constraints.name + std::to_string(localIndex));
additional_constraints.name + "_" + std::to_string(localIndex));
const auto index = storage.clusterGlobalIndex;
data.CorrespondanceCntNativesCntOptimHebdomadaires
.ShortTermStorageCumulation[globalIndex]
Expand Down

0 comments on commit 1fcc874

Please sign in to comment.