mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +00:00
fix #5121
This commit is contained in:
parent
6aa766a544
commit
0432311b11
2 changed files with 8 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue