mirror of
https://github.com/Z3Prover/z3
synced 2025-11-11 00:22:05 +00:00
display justifications compactly for tracing #4575
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ab7b8b6ec5
commit
80cc45c5c1
3 changed files with 38 additions and 1 deletions
|
|
@ -1406,6 +1406,8 @@ namespace smt {
|
|||
|
||||
std::ostream& display(std::ostream& out, b_justification j) const;
|
||||
|
||||
std::ostream& display_compact_j(std::ostream& out, b_justification j) const;
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
// Debugging support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue