3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-01 21:08:55 +00:00

updates per PR comments

This commit is contained in:
Nikolaj Bjorner 2026-06-03 11:32:32 -07:00
parent e74d2d2151
commit 8eb6491e6c
2 changed files with 12 additions and 74 deletions

View file

@ -78,7 +78,6 @@ namespace seq {
// Nullable check: returns a Boolean expression
expr_ref is_nullable(expr* r);
expr_ref is_nullable_rec(expr* r);
// Smart constructors with simplification and ACI canonicalization
expr_ref mk_union(expr* a, expr* b);