mirror of
https://github.com/Z3Prover/z3
synced 2025-10-06 07:53:59 +00:00
#7353 - clear pointer when existing stack
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c1454dc31c
commit
6a68cc55bb
2 changed files with 3 additions and 3 deletions
|
@ -613,7 +613,7 @@ namespace sat {
|
|||
out << ci.m_num_trues << " " << ci.m_weight << "\n";
|
||||
}
|
||||
for (unsigned v = 0; v < num_vars(); ++v) {
|
||||
out << v << ": " << reward(v) << "\n";
|
||||
out << v << ": rw " << reward(v) << "\n";
|
||||
}
|
||||
out << "unsat vars: ";
|
||||
for (bool_var v : m_unsat_vars) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue