mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 06:53:58 +00:00
fix gen_assign_unroll_reg so that it does not assert a contradiction
This commit is contained in:
parent
a2d6149df5
commit
b53da182b6
2 changed files with 9 additions and 22 deletions
|
@ -146,6 +146,7 @@ namespace smt {
|
|||
|
||||
obj_hashtable<expr> internal_lenTest_vars;
|
||||
obj_hashtable<expr> internal_valTest_vars;
|
||||
obj_hashtable<expr> internal_unrollTest_vars;
|
||||
|
||||
std::set<expr*> input_var_in_len;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue