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:
parent
52f0277c99
commit
953a4c5437
2 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue