3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-15 22:55:33 +00:00

classical

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-04-03 10:33:28 -07:00
parent cdccd389e9
commit b60a44c66b
3 changed files with 9 additions and 4 deletions

View file

@ -132,6 +132,7 @@ namespace euf {
n->m_nullable = false;
n->m_level = 1;
n->m_length = 1;
n->m_is_classical = false;
break;
case snode_kind::s_unit:
@ -286,6 +287,7 @@ namespace euf {
default:
// NSB review: is this the correct defaults for unclassified nodes?
// Is this UNREACHABLE()?
n->m_ground = true;
n->m_regex_free = true;
n->m_nullable = false;