Skip to content

Commit 28446f2

Browse files
committed
useHipo only called with solver string
1 parent ada30e4 commit 28446f2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

highs/lp_data/HighsSolve.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -718,18 +718,11 @@ bool useHipo(const HighsOptions& options,
718718
use_hipo = false;
719719
} else if (specific_solver_option_value == kIpmString ||
720720
specific_solver_option_value == kHipoString || force_ipm) {
721-
722721
#ifdef HIPO
723722
use_hipo = true;
724723
#else
725-
if (specific_solver_option_value == kHipoString) {
726-
highsLogUser(options.log_options, HighsLogType::kError,
727-
"HiPO is not available in this build.\n");
728-
return HighsStatus::kError;
729-
730724
use_hipo = false;
731725
#endif
732-
733726
}
734727
if (options.run_centring) use_hipo = false;
735728
// Later decide between HiPO and IPX based on LP properties

0 commit comments

Comments
 (0)