Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 16, 2024
1 parent b5b63a3 commit 2f23076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ std::size_t STStorageInput::cumulativeConstraintCount() const
{
result += cluster.additional_constraints.size();
}
return result;
}

std::size_t STStorageInput::count() const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ void ShortTermStorageCumulation::add(int pays){

for (const auto& storage: data.ShortTermStorage[pays])
{
// TODO global index for constraints for data.CorrespondanceCntNativesCntOptimHebdomadaires.ShortTermStorageCumulation[index]
for(const auto& constraint: storage.additional_constraints){

//sum (var[h]) sign rhs, h in list provied by user
Expand Down

0 comments on commit 2f23076

Please sign in to comment.