mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 12:21:21 +00:00
Clean up
This commit is contained in:
parent
8fe50ff2d9
commit
87a2b99091
8 changed files with 38 additions and 14 deletions
|
@ -434,7 +434,7 @@ namespace smt {
|
|||
bool m_eager_gcd; // true if gcd should be applied at every add_row
|
||||
unsigned m_final_check_idx;
|
||||
|
||||
u_map<uint_set> m_objective_vars;
|
||||
u_map<uint_set> m_objective_theory_vars;
|
||||
|
||||
// backtracking
|
||||
svector<bound_trail> m_bound_trail;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue