mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 06:53:58 +00:00
remove incorrect not-null assertions for model gen
This commit is contained in:
parent
f9e1ed4496
commit
9fc1410495
2 changed files with 48 additions and 8 deletions
|
@ -191,6 +191,8 @@ namespace smt {
|
|||
bool get_next_val_encode(int_vector & base, int_vector & next);
|
||||
std::string gen_val_string(int len, int_vector & encoding);
|
||||
|
||||
bool free_var_attempt(expr * nn1, expr * nn2);
|
||||
|
||||
expr * get_alias_index_ast(std::map<expr*, expr*> & aliasIndexMap, expr * node);
|
||||
expr * getMostLeftNodeInConcat(expr * node);
|
||||
expr * getMostRightNodeInConcat(expr * node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue