mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
tune backtracking
This commit is contained in:
parent
91c54f6c39
commit
3ed490d4ed
2 changed files with 6 additions and 3 deletions
|
@ -94,6 +94,8 @@ class lar_solver : public column_namer {
|
|||
// these are basic columns with the value changed, so the the corresponding row in the tableau
|
||||
// does not sum to zero anymore
|
||||
u_set m_incorrect_columns;
|
||||
// copy of m_r_solver.inf_set()
|
||||
unsigned_vector m_inf_index_copy;
|
||||
stacked_value<unsigned> m_term_count;
|
||||
vector<lar_term*> m_terms;
|
||||
indexed_vector<mpq> m_column_buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue