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 a917e95 commit d312b6cCopy full SHA for d312b6c
check/TestCAPI.c
@@ -743,8 +743,8 @@ void fullApiOptions() {
743
assert(return_status == kHighsStatusOk);
744
assert(check_simplex_scale_strategy == simplex_scale_strategy);
745
assert(min_simplex_scale_strategy == 0);
746
- assert(max_simplex_scale_strategy == 5);
747
- assert(default_simplex_scale_strategy == 1);
+ assert(max_simplex_scale_strategy == 4);
+ assert(default_simplex_scale_strategy == 2);
748
749
// There are some functions to check what type of option value you should
750
// provide.
0 commit comments