3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-25 08:22:35 +00:00

use move constructor, re-enable split_set in seq_regex

This commit is contained in:
Nikolaj Bjorner 2026-07-02 18:42:56 -07:00
parent 361e0fba75
commit 2b4a473334
4 changed files with 185 additions and 36 deletions

View file

@ -151,6 +151,8 @@ namespace smt {
bool block_unfolding(literal lit, unsigned i);
bool unfold_prefix(literal lit);
expr_ref mk_first(expr* r, expr* n);
bool is_member(expr* r, expr* u);