mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 15:23:41 +00:00
Debug print
This commit is contained in:
parent
c3fb863ad1
commit
54add824e9
1 changed files with 10 additions and 3 deletions
|
@ -332,6 +332,13 @@ bool context::gpdr_create_split_children(pob &n, const datalog::rule &r,
|
|||
<< (k->use_farkas_generalizer() ? "FAR " : "SUB ")
|
||||
<< k->post()->get_id();
|
||||
verbose_stream().flush(););
|
||||
TRACE ("spacer",
|
||||
tout << "create-pob: " << k->pt().head()->get_name()
|
||||
<< " level: " << k->level()
|
||||
<< " depth: " << k->depth ()
|
||||
<< " fvsz: " << k->get_free_vars_size() << "\n"
|
||||
<< mk_pp(k->post(), m) << "\n";);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue