mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
fixing ci issues
fixing if condition
This commit is contained in:
parent
960708e99e
commit
17adecff68
8 changed files with 16 additions and 16 deletions
|
@ -547,7 +547,7 @@ 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, ptr_vector<expr>& buf);
|
||||
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_indexof_axiom(expr* e);
|
||||
void add_replace_axiom(expr* e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue