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:
parent
b6c0e6fe4b
commit
ab9ea4e6e7
3 changed files with 41 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue