mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +00:00
t
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
372de9bf06
commit
1acf680646
1 changed files with 2 additions and 0 deletions
|
@ -695,6 +695,8 @@ namespace nlsat {
|
||||||
apply_pre_non_null(p);
|
apply_pre_non_null(p);
|
||||||
else if (p.prop_tag == prop_enum::an_sub)
|
else if (p.prop_tag == prop_enum::an_sub)
|
||||||
apply_pre_an_sub(p);
|
apply_pre_an_sub(p);
|
||||||
|
else
|
||||||
|
NOT_IMPLEMENTED_YET();
|
||||||
|
|
||||||
TRACE(levelwise, tout << "apply_pre END m_Q:"; display(tout) << std::endl;);
|
TRACE(levelwise, tout << "apply_pre END m_Q:"; display(tout) << std::endl;);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue