mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
solve send-more-money_lev.smt2
Signed-off-by: Lev Nachmanson <levnach@microsoft.com> handle integer vars in random_update Signed-off-by: Lev Nachmanson <levnach@microsoft.com> call the assert in gomory_cut and branching to a correct place Signed-off-by: Lev Nachmanson <levnach@microsoft.com> fixes in goromy cut Signed-off-by: Lev Nachmanson <levnach@microsoft.com> disable x values tracking in random_update Signed-off-by: Lev Nachmanson <levnach@microsoft.com> more fixes in gomory cut Signed-off-by: Lev Nachmanson <levnach@microsoft.com> change in mk_bound by Nikolaj Signed-off-by: Lev Nachmanson <levnach@hotmail.com> fixes in gomory cut and setup Signed-off-by: Lev Nachmanson <levnach@microsoft.com> fixes in int_solver Signed-off-by: Lev Nachmanson <levnach@microsoft.com> change a printout Signed-off-by: Lev Nachmanson <levnach@microsoft.com> fix by Nikolaj in treating terms returned by int_solver Signed-off-by: Lev Nachmanson <levnach@microsoft.com> fix syntax Signed-off-by: Lev Nachmanson <levnach@hotmail.com> fix a free coefficient bug in bound propagaion and simplify gomory cut Signed-off-by: Lev Nachmanson <levnach@microsoft.com> avoid tracking pivoted rows during int_solver::check()
This commit is contained in:
parent
aba7dcab3e
commit
db8f01894f
31 changed files with 894 additions and 767 deletions
|
@ -1124,7 +1124,7 @@ void update_settings(argument_parser & args_parser, lp_settings& settings) {
|
|||
settings.harris_feasibility_tolerance = d;
|
||||
}
|
||||
if (get_int_from_args_parser("--random_seed", args_parser, n)) {
|
||||
settings.random_seed(n);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue