Skip to content

Commit 3806bdb

Browse files
author
jajhall
committed
formatted
1 parent 2c7d1c7 commit 3806bdb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

highs/lp_data/HighsIis.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ class HighsIis {
6161
bool trivial(const HighsLp& lp, const HighsOptions& options);
6262
bool rowValueBounds(const HighsLp& lp, const HighsOptions& options);
6363

64-
bool indexStatusOkReturn(const bool return_value) const { return return_value; }
64+
bool indexStatusOkReturn(const bool return_value) const {
65+
return return_value;
66+
}
6567
bool lpDataOkReturn(const bool return_value) const { return return_value; }
66-
bool lpOkReturn(const bool return_value) const { return return_value; }
67-
68+
bool lpOkReturn(const bool return_value) const { return return_value; }
6869

6970
bool indexStatusOk(const HighsLp& lp) const;
7071
bool lpDataOk(const HighsLp& lp, const HighsOptions& options) const;

0 commit comments

Comments
 (0)