mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 02:25:32 +00:00
This commit is contained in:
parent
02644b5b71
commit
ed9341e3b0
6 changed files with 6 additions and 3 deletions
|
@ -745,7 +745,7 @@ namespace euf {
|
|||
out << "] ";
|
||||
}
|
||||
if (n->value() != l_undef)
|
||||
out << "[v" << n->bool_var() << " := " << (n->value() == l_true ? "T":"F") << "] ";
|
||||
out << "[b" << n->bool_var() << " := " << (n->value() == l_true ? "T":"F") << "] ";
|
||||
if (n->has_th_vars()) {
|
||||
out << "[t";
|
||||
for (auto v : enode_th_vars(n))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue