mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
Debug-fix for theory_seq. Fixes #418.
This commit is contained in:
parent
3ff97357a3
commit
0f082578cb
1 changed files with 130 additions and 130 deletions
|
@ -1240,7 +1240,7 @@ void theory_seq::display_deps(std::ostream& out, dependency* dep) const {
|
|||
for (unsigned i = 0; i < lits.size(); ++i) {
|
||||
literal lit = lits[i];
|
||||
get_context().display_literals_verbose(out << " ", 1, &lit);
|
||||
tout << "\n";
|
||||
out << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue