mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ce75656e2b
commit
034132d245
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ namespace polysat {
|
||||||
for (auto p : m_search) {
|
for (auto p : m_search) {
|
||||||
auto v = p.first;
|
auto v = p.first;
|
||||||
auto lvl = m_justification[v].level();
|
auto lvl = m_justification[v].level();
|
||||||
out << "v" << v << " := " << p.second << "@" << lvl << "\n";
|
out << "v" << v << " := " << p.second << " @" << lvl << "\n";
|
||||||
out << m_viable[v] << "\n";
|
out << m_viable[v] << "\n";
|
||||||
}
|
}
|
||||||
for (auto* c : m_constraints)
|
for (auto* c : m_constraints)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue