Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pet-mit committed Oct 15, 2024
1 parent 0c7d054 commit 4aa95a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/optimisation/LegacyFiller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void LegacyFiller::UpdateContraints(unsigned idxRow, ILinearProblem& pb) const
case '<':
bMax = problemeSimplexe_->SecondMembre[idxRow];
break;
case: '>':
case '>':
bMin = problemeSimplexe_->SecondMembre[idxRow];
break;
}
Expand Down

0 comments on commit 4aa95a2

Please sign in to comment.