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 73e9bc5 commit abcdfc7Copy full SHA for abcdfc7
switch_model/solve.py
@@ -822,9 +822,9 @@ def parse_recommended_args(args):
822
"--debug",
823
"--graph",
824
] + args
825
- solver_options_string = "method=2 BarHomogeneous=1 FeasibilityTol=1e-5"
+ solver_options_string = "BarHomogeneous=1 FeasibilityTol=1e-5"
826
if not options.recommended_robust:
827
- solver_options_string += " crossover=0"
+ solver_options_string += " crossover=0 method=2"
828
args = ["--solver-options-string", solver_options_string] + args
829
if options.recommended_debug:
830
args = ["--keepfiles", "--tempdir", "temp", "--symbolic-solver-labels"] + args
0 commit comments