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

fixed loop lower bound bug in loop info and default nullable value in invalid_info

This commit is contained in:
Margus Veanes 2020-08-21 15:59:56 -07:00
parent 6b11af7ec6
commit 7b478c8406
2 changed files with 2 additions and 2 deletions

View file

@ -429,7 +429,7 @@ public:
/* Positive Boolean combination of ranges or predicates or singleton sequences. */
bool singleton{ false };
/* If l_true then empty word is accepted, if l_false then empty word is not accepted. */
lbool nullable{ l_false };
lbool nullable{ l_undef };
/* Lower bound on the length of all accepted words. */
unsigned min_length{ 0 };
/* Maximum nesting depth of Kleene stars. */