mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
euf solver updates
This commit is contained in:
parent
7bf691e1f9
commit
60ef60dff8
8 changed files with 46 additions and 0 deletions
|
@ -215,6 +215,10 @@ namespace euf {
|
|||
return m_values2root;
|
||||
}
|
||||
|
||||
expr* solver::node2value(enode* n) const {
|
||||
return m_values.get(n->get_root_id(), nullptr);
|
||||
}
|
||||
|
||||
void solver::validate_model(model& mdl) {
|
||||
for (enode* n : m_egraph.nodes()) {
|
||||
expr* e = n->get_expr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue