3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 04:01:22 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-19 12:00:38 -07:00
parent 19e0285b83
commit 79b776fee5
4 changed files with 48 additions and 35 deletions

View file

@ -604,7 +604,6 @@ namespace smt {
void enque_axiom(expr* e);
void deque_axiom(expr* e);
void add_axiom(literal l1, literal l2 = null_literal, literal l3 = null_literal, literal l4 = null_literal, literal l5 = null_literal);
void add_length_axiom(expr* n);
bool has_length(expr *e) const { return m_has_length.contains(e); }
void add_length(expr* e, expr* l);