mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
fix term indices for the time being when exiting from check()
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
04824e7372
commit
64e542bd70
4 changed files with 15 additions and 8 deletions
|
@ -205,7 +205,7 @@ public:
|
|||
max_row_length_for_bound_propagation(300),
|
||||
backup_costs(true),
|
||||
column_number_threshold_for_using_lu_in_lar_solver(4000),
|
||||
m_int_branch_cut_threshold(10000000)
|
||||
m_int_branch_cut_threshold(100)
|
||||
{}
|
||||
|
||||
void set_resource_limit(lp_resource_limit& lim) { m_resource_limit = &lim; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue