mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
ported VCC trace streams
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
80405dbd62
commit
288a96610f
21 changed files with 149 additions and 160 deletions
|
@ -583,7 +583,8 @@ namespace smt {
|
|||
}
|
||||
|
||||
void context::trace_assign(literal l, b_justification j, bool decision) const {
|
||||
std::ostream & out = *m_fparams.m_trace_stream;
|
||||
SASSERT(m_manager.has_trace_stream());
|
||||
std::ostream & out = m_manager.trace_stream();
|
||||
out << "[assign] ";
|
||||
display_literal(out, l);
|
||||
if (decision)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue