mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
58411f64e8
commit
85b9bb3cc6
3 changed files with 5 additions and 1 deletions
|
@ -708,6 +708,7 @@ struct nnf::imp {
|
|||
}
|
||||
|
||||
bool process_app(app * t, frame & fr) {
|
||||
TRACE("nnf", tout << mk_ismt2_pp(t, m()) << "\n";);
|
||||
SASSERT(m().is_bool(t));
|
||||
if (t->get_family_id() == m().get_basic_family_id()) {
|
||||
switch (static_cast<basic_op_kind>(t->get_decl_kind())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue