mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
debugging mc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c7ee532173
commit
e4f29a7b8a
38 changed files with 143 additions and 123 deletions
|
@ -50,7 +50,7 @@ namespace opt {
|
|||
if (is_sat != l_true) {
|
||||
return is_sat;
|
||||
}
|
||||
m_filter = alloc(generic_model_converter, m);
|
||||
m_filter = alloc(generic_model_converter, m, "sortmax");
|
||||
rational offset = m_lower;
|
||||
m_upper = offset;
|
||||
expr_ref_vector in(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue