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

use op-cache for is-nullable

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-06-02 13:30:18 -07:00
parent e388055a33
commit bfb5c95b9a
3 changed files with 18 additions and 7 deletions

View file

@ -108,6 +108,7 @@ enum seq_op_kind {
_OP_STRING_STRIDOF,
_OP_REGEXP_EMPTY,
_OP_REGEXP_FULL_CHAR,
_OP_RE_IS_NULLABLE,
_OP_SEQ_SKOLEM,
LAST_SEQ_OP
};