mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
some fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
501aa7927d
commit
a83f72b657
6 changed files with 30 additions and 16 deletions
|
@ -602,7 +602,6 @@ namespace smt {
|
|||
// terms whose meaning are encoded using axioms.
|
||||
void enque_axiom(expr* e);
|
||||
void deque_axiom(expr* e);
|
||||
void push_lit_as_expr(literal l, expr_ref_vector& buf);
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue