3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-05 07:23:58 +00:00

add temporary variables to m_trail

This commit is contained in:
Murphy Berzish 2015-12-02 20:48:15 -05:00
parent 52f0277c99
commit 953a4c5437
2 changed files with 8 additions and 3 deletions

View file

@ -67,6 +67,9 @@ namespace smt {
str_util m_strutil;
int sLevel;
// TODO make sure that all generated expressions are saved into the trail
expr_ref_vector m_trail; // trail for generated terms
str_value_factory * m_factory;
ptr_vector<enode> m_basicstr_axiom_todo;