mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
use op-cache for is-nullable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e388055a33
commit
bfb5c95b9a
3 changed files with 18 additions and 7 deletions
|
@ -311,6 +311,7 @@ public:
|
|||
void add_seqs(expr_ref_vector const& ls, expr_ref_vector const& rs, expr_ref_pair_vector& new_eqs);
|
||||
|
||||
expr_ref is_nullable(expr* r);
|
||||
expr_ref is_nullable_rec(expr* r);
|
||||
|
||||
bool has_cofactor(expr* r, expr_ref& cond, expr_ref& th, expr_ref& el);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue