mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 22:41:15 +00:00
parent
e026f96ed4
commit
503bedbc7a
3 changed files with 99 additions and 84 deletions
|
@ -343,7 +343,7 @@ namespace smt {
|
|||
unsigned m_axioms_head; // index of first axiom to add.
|
||||
bool m_incomplete; // is the solver (clearly) incomplete for the fragment.
|
||||
expr_ref_vector m_int_string;
|
||||
obj_hashtable<expr> m_si_axioms;
|
||||
obj_map<expr, rational> m_si_axioms;
|
||||
obj_hashtable<expr> m_length; // is length applied
|
||||
scoped_ptr_vector<apply> m_replay; // set of actions to replay
|
||||
model_generator* m_mg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue