There was an error while loading. Please reload this page.
1 parent 2c7d1c7 commit 3806bdbCopy full SHA for 3806bdb
1 file changed
highs/lp_data/HighsIis.h
@@ -61,10 +61,11 @@ class HighsIis {
61
bool trivial(const HighsLp& lp, const HighsOptions& options);
62
bool rowValueBounds(const HighsLp& lp, const HighsOptions& options);
63
64
- bool indexStatusOkReturn(const bool return_value) const { return return_value; }
+ bool indexStatusOkReturn(const bool return_value) const {
65
+ return return_value;
66
+ }
67
bool lpDataOkReturn(const bool return_value) const { return return_value; }
-bool lpOkReturn(const bool return_value) const { return return_value; }
-
68
+ bool lpOkReturn(const bool return_value) const { return return_value; }
69
70
bool indexStatusOk(const HighsLp& lp) const;
71
bool lpDataOk(const HighsLp& lp, const HighsOptions& options) const;
0 commit comments