Skip to content

Commit 71a5612

Browse files
committed
MAINT: Remove unused simplex_crash_strategy
As noted by @jajhall, these no longer do anything within HiGHS [1] [1] ERGO-Code/HiGHS#2005 (review)
1 parent a83baea commit 71a5612

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scipy/optimize/_linprog_highs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
)
2727
from ._highspy._core.simplex_constants import (
2828
SimplexStrategy,
29-
SimplexCrashStrategy,
3029
SimplexEdgeWeightStrategy,
3130
)
3231
from scipy.sparse import csc_matrix, vstack, issparse
@@ -336,7 +335,6 @@ def _linprog_highs(lp, solver, time_limit=None, presolve=True,
336335
'simplex_dual_edge_weight_strategy':
337336
simplex_dual_edge_weight_strategy_enum,
338337
'simplex_strategy': SimplexStrategy.kSimplexStrategyDual,
339-
'simplex_crash_strategy': SimplexCrashStrategy.kSimplexCrashStrategyOff,
340338
'ipm_iteration_limit': maxiter,
341339
'simplex_iteration_limit': maxiter,
342340
'mip_rel_gap': mip_rel_gap,

0 commit comments

Comments
 (0)