Skip to content

Commit d312b6c

Browse files
committed
Fixed TestCAPI.c now that there are only 4 simplex_scale_strategies and the default strategy is kSimplexScaleStrategyEquilibration
1 parent a917e95 commit d312b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check/TestCAPI.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,8 +743,8 @@ void fullApiOptions() {
743743
assert(return_status == kHighsStatusOk);
744744
assert(check_simplex_scale_strategy == simplex_scale_strategy);
745745
assert(min_simplex_scale_strategy == 0);
746-
assert(max_simplex_scale_strategy == 5);
747-
assert(default_simplex_scale_strategy == 1);
746+
assert(max_simplex_scale_strategy == 4);
747+
assert(default_simplex_scale_strategy == 2);
748748

749749
// There are some functions to check what type of option value you should
750750
// provide.

0 commit comments

Comments
 (0)