mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
working on relevancy=3
This commit is contained in:
parent
b87b464e69
commit
e8833f4dac
15 changed files with 65 additions and 62 deletions
|
@ -58,6 +58,7 @@ namespace array {
|
|||
}
|
||||
|
||||
void solver::internalize_store(euf::enode* n) {
|
||||
//std::cout << "store th-var " << n->get_th_var(get_id()) << "\n";
|
||||
add_parent_lambda(n->get_arg(0)->get_th_var(get_id()), n);
|
||||
push_axiom(store_axiom(n));
|
||||
add_lambda(n->get_th_var(get_id()), n);
|
||||
|
@ -71,7 +72,7 @@ namespace array {
|
|||
}
|
||||
push_axiom(default_axiom(n));
|
||||
add_lambda(n->get_th_var(get_id()), n);
|
||||
SASSERT(!get_var_data(n->get_th_var(get_id())).m_prop_upward);
|
||||
//SASSERT(!get_var_data(n->get_th_var(get_id())).m_prop_upward);
|
||||
}
|
||||
|
||||
void solver::internalize_lambda(euf::enode* n) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue