mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
adding comparison #2360
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
db274ebe01
commit
335543b374
9 changed files with 143 additions and 4 deletions
|
@ -646,6 +646,8 @@ namespace smt {
|
|||
void propagate_step(literal lit, expr* n);
|
||||
void propagate_accept(literal lit, expr* e);
|
||||
void new_eq_eh(dependency* dep, enode* n1, enode* n2);
|
||||
void propagate_lt(literal lit, expr* e1, expr* e2);
|
||||
void propagate_le(literal lit, expr* e1, expr* e2);
|
||||
|
||||
// diagnostics
|
||||
std::ostream& display_equations(std::ostream& out) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue