3
0
Fork 0
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:
Nikolaj Bjorner 2020-07-08 13:32:41 -07:00
parent ab7b8b6ec5
commit 80cc45c5c1
3 changed files with 38 additions and 1 deletions

View file

@ -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