Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Sep 18, 2023
1 parent 3622cfb commit 84b7e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/optimisation/LinearProblemMatrixBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class LinearProblemMatrixBuilder
public:
explicit LinearProblemMatrixBuilder(PROBLEME_HEBDO* problemeHebdo,
Solver::IResultWriter& writer) :
problemeHebdo_(problemeHebdo_), writer_(writer_), group1_(problemeHebdo)
problemeHebdo_(problemeHebdo), writer_(writer), group1_(problemeHebdo)
{
constraintgroups_.push_back(&group1_);
}
Expand Down

0 comments on commit 84b7e0e

Please sign in to comment.