mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
merging with the lp fork
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
cf695ab876
commit
b08f094620
44 changed files with 902 additions and 319 deletions
|
@ -1077,7 +1077,7 @@ bool get_double_from_args_parser(const char * option, argument_parser & args_par
|
|||
|
||||
void update_settings(argument_parser & args_parser, lp_settings& settings) {
|
||||
unsigned n;
|
||||
settings.m_simplex_strategy = simplex_strategy_enum::no_tableau;
|
||||
settings.m_simplex_strategy = simplex_strategy_enum::lu;
|
||||
if (get_int_from_args_parser("--rep_frq", args_parser, n))
|
||||
settings.report_frequency = n;
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue