mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
parent
87a2a3410c
commit
6d6881c87a
|
@ -518,6 +518,10 @@ namespace datalog {
|
|||
b.m_rule_trace.push_back(r);
|
||||
rm.to_formula(*r, fml);
|
||||
IF_VERBOSE(1, verbose_stream() << mk_pp(fml, m) << "\n";);
|
||||
if (!r->get_proof()) {
|
||||
IF_VERBOSE(0, r->display(b.m_ctx, verbose_stream() << "no proof associated with rule"));
|
||||
throw default_exception("no proof associated with rule");
|
||||
}
|
||||
prs.push_back(r->get_proof());
|
||||
unsigned sz = r->get_uninterpreted_tail_size();
|
||||
|
||||
|
|
Loading…
Reference in a new issue