We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada30e4 commit 28446f2Copy full SHA for 28446f2
highs/lp_data/HighsSolve.cpp
@@ -718,18 +718,11 @@ bool useHipo(const HighsOptions& options,
718
use_hipo = false;
719
} else if (specific_solver_option_value == kIpmString ||
720
specific_solver_option_value == kHipoString || force_ipm) {
721
-
722
#ifdef HIPO
723
use_hipo = true;
724
#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
730
731
#endif
732
733
}
734
if (options.run_centring) use_hipo = false;
735
// Later decide between HiPO and IPX based on LP properties
0 commit comments