Skip to content

Commit

Permalink
Apply 1 suggestion(s) to 1 file(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikKamp authored and leoneifler committed Jun 12, 2024
1 parent c78004b commit 3007176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soplex/spxsolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class SPxSolverBase : public SPxLPBase<R>, protected SPxBasisBase<R>
Real maxTime; ///< maximum allowed time.
int nClckSkipsLeft; ///< remaining number of times the clock can be safely skipped
long nCallsToTimelim; /// < the number of calls to the method isTimeLimitReached()
R objLimit; ///< objective value limit.
R objLimit; ///< objective value limit.
bool useTerminationValue; ///< true, if objective limit should be used in the next solve.
Status m_status; ///< status of algorithm.

Expand Down

0 comments on commit 3007176

Please sign in to comment.