mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
logging support for theory axioms
This commit is contained in:
parent
279413412d
commit
28c03ed1de
26 changed files with 508 additions and 127 deletions
|
@ -1239,6 +1239,10 @@ namespace smt {
|
|||
farkas.add(abs(pa.get_rational()), to_app(tmp));
|
||||
}
|
||||
tmp = farkas.get();
|
||||
if (m.has_trace_stream()) {
|
||||
log_axiom_instantiation(tmp);
|
||||
m.trace_stream() << "[end-of-instance]\n";
|
||||
}
|
||||
// IF_VERBOSE(1, verbose_stream() << "Farkas result: " << tmp << "\n";);
|
||||
atom* a = get_bv2a(m_bound_watch);
|
||||
SASSERT(a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue