3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 01:18:45 +00:00

Add outline of elimination for regex membership constraints

This commit is contained in:
Nikolaj Bjorner 2025-01-07 14:17:20 -08:00
parent b6c0e6fe4b
commit ab9ea4e6e7
3 changed files with 41 additions and 1 deletions

View file

@ -594,6 +594,7 @@ public:
info get_info(expr* r) const;
std::string to_str(expr* r) const;
std::string to_strh(expr* r) const;
bool is_ground(expr* r) const { return get_info(r).interpreted; }
expr_ref mk_ite_simplify(expr* c, expr* t, expr* e)
{