mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
temporarily disable delete
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8a129a3e6f
commit
6e994f9279
4 changed files with 75 additions and 63 deletions
|
@ -581,6 +581,8 @@ namespace smt {
|
|||
|
||||
expr_ref add_elim_string_axiom(expr* n);
|
||||
void add_at_axiom(expr* n);
|
||||
void add_lt_axiom(expr* n);
|
||||
void add_le_axiom(expr* n);
|
||||
void add_nth_axiom(expr* n);
|
||||
void add_in_re_axiom(expr* n);
|
||||
void add_itos_axiom(expr* n);
|
||||
|
@ -646,8 +648,6 @@ 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