mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
Reduce log output
This commit is contained in:
parent
8ed6938cbe
commit
0a0953ae78
4 changed files with 12 additions and 10 deletions
|
@ -83,7 +83,7 @@ namespace polysat {
|
|||
case kind_t::assumption: return out << "assumption";
|
||||
default: UNREACHABLE(); return out;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
struct bool_justification_pp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue