mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19e0285b83
commit
79b776fee5
4 changed files with 48 additions and 35 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue