mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
parent
1269776777
commit
1b768c9b3a
3 changed files with 29 additions and 2 deletions
|
@ -271,6 +271,7 @@ namespace smt {
|
|||
|
||||
svector<var_info> m_var_infos;
|
||||
mutable unsynch_mpz_manager m_mpz_mgr; // Simplex: manager mpz numerals
|
||||
scoped_mpz_vector m_mpz_trail;
|
||||
unsigned_vector m_ineqs_trail;
|
||||
unsigned_vector m_ineqs_lim;
|
||||
literal_vector m_literals; // temporary vector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue