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:
parent
e388055a33
commit
bfb5c95b9a
3 changed files with 18 additions and 7 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue