mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 18:20:22 +00:00
add arithemtic saturation
This commit is contained in:
parent
b1ab695eb6
commit
d4a4dd6cc7
2 changed files with 103 additions and 30 deletions
|
@ -187,6 +187,7 @@ namespace euf {
|
|||
expr_ref get_canonical(quantifier* q, proof_ref& pr, expr_dependency_ref& d);
|
||||
obj_map<quantifier, std::pair<ptr_vector<expr>, expr*>> m_closures;
|
||||
|
||||
void propagate_arithmetic();
|
||||
expr_dependency* explain_eq(enode* a, enode* b);
|
||||
proof_ref prove_eq(enode* a, enode* b);
|
||||
proof_ref prove_conflict();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue