3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 23:35:26 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-03-28 16:14:37 -07:00
parent 6aa766a544
commit 0432311b11
2 changed files with 8 additions and 4 deletions

View file

@ -555,7 +555,7 @@ namespace smt {
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);
void add_length(expr* l);
bool add_length_to_eqc(expr* n);
bool enforce_length(expr_ref_vector const& es, vector<rational>& len);
void enforce_length_coherence(enode* n1, enode* n2);