mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
fix test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
30fa37e393
commit
7767144051
|
@ -1391,7 +1391,7 @@ void update_settings(argument_parser & args_parser, lp_settings& settings) {
|
|||
settings.set_random_seed(n);
|
||||
}
|
||||
if (get_int_from_args_parser("--simplex_strategy", args_parser, n)) {
|
||||
settings.simplex_strategy() = static_cast<simplex_strategy_enum>(n);
|
||||
settings.set_simplex_strategy(static_cast<simplex_strategy_enum>(n));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue