mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 10:18:06 +00:00
update empty cube case for sat/undef cases
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
be8a9c611e
commit
9d0aa4d02d
4 changed files with 30 additions and 18 deletions
|
@ -1030,6 +1030,7 @@ namespace sat {
|
|||
}
|
||||
break;
|
||||
case l_true: {
|
||||
lits.reset();
|
||||
pop_to_base_level();
|
||||
model const& mdl = m_cuber->get_model();
|
||||
for (bool_var v = 0; v < mdl.size(); ++v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue