Skip to content

Commit

Permalink
Mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir authored Sep 11, 2023
1 parent b40aec7 commit 7af3ab7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class CsrFlowDissociation : private Constraint
void CsrQuadraticProblem::setConstraintsOnFlows(std::vector<double>& Pi, std::vector<int>& Colonne)
{
int hour = hourlyCsrProblem_.triggeredHour;
//!\ TODO not associated problemHebdo && probleamAressoudre
CsrFlowDissociation csrFlowDissociation(problemeHebdo_);
csrFlowDissociation.add(hour, hourlyCsrProblem_.numberOfConstraintCsrFlowDissociation);
}
Expand Down

0 comments on commit 7af3ab7

Please sign in to comment.