Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Oct 4, 2023
1 parent 79e8877 commit b0825c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/lp/soplex_solver_interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void SoPlexSolverInterface::set_variable_upper_bound(int index, double bound) {

void SoPlexSolverInterface::set_mip_gap(double /*gap*/) {
/*
There is nothing to do here: Soplex doesn't accept MIPs, so setting a MIP
There is nothing to do here: SoPlex doesn't accept MIPs, so setting a MIP
gap tolerance has no effect. We do not treat it as an error, so solvers
can be set up without checking what problems they will eventually solve.
Loading a problem with integer variables will lead to an error either way.
Expand Down

0 comments on commit b0825c8

Please sign in to comment.