mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
add some notes to regex
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9336e823ed
commit
5e79eb62fd
6 changed files with 78 additions and 55 deletions
|
@ -617,6 +617,7 @@ 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_axiom(literal_vector& lits);
|
||||
|
||||
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