Skip to content

Commit b453502

Browse files
committed
remove iteration count check for hipo
1 parent a13702f commit b453502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check/TestSpecialLps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ void issue425(Highs& highs) {
215215
false;
216216
#endif
217217
if (use_hipo) {
218-
solve(highs, "off", "ipm", require_model_status, 0, 15);
218+
solve(highs, "off", "ipm", require_model_status, 0, -15);
219219
} else {
220220
solve(highs, "off", "ipx", require_model_status, 0, 4);
221221
}

0 commit comments

Comments
 (0)