mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 02:00:22 +00:00
parent
ae502bc2c4
commit
a08082e392
5 changed files with 31 additions and 4 deletions
|
@ -1579,6 +1579,8 @@ void theory_seq::add_length(expr* e, expr* l) {
|
|||
Add length limit restrictions to sequence s.
|
||||
*/
|
||||
void theory_seq::add_length_limit(expr* s, unsigned k, bool is_searching) {
|
||||
if (m_sk.is_skolem(s))
|
||||
return;
|
||||
expr_ref lim_e = m_ax.add_length_limit(s, k);
|
||||
unsigned k0 = 0;
|
||||
if (m_length_limit_map.find(s, k0)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue