mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
adding annotation to logging to show number of columns and rows, adding dual propagation sketch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aae37c2317
commit
761c7d9a40
12 changed files with 152 additions and 303 deletions
|
@ -77,7 +77,7 @@ static void display_statistics(
|
|||
|
||||
out << "--------------\n";
|
||||
out << "instructions \n";
|
||||
code.display(*ctx.get_rel_context(), out);
|
||||
code.display(ex_ctx, out);
|
||||
|
||||
out << "--------------\n";
|
||||
out << "big relations \n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue