mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
adding options to maxres for experiments, include option to pretty print module parameters in smt2 style
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b45b2872d8
commit
83a7d1a658
14 changed files with 249 additions and 131 deletions
|
@ -31,6 +31,7 @@ namespace sat {
|
|||
void mus::reset() {
|
||||
m_core.reset();
|
||||
m_mus.reset();
|
||||
m_model.reset();
|
||||
}
|
||||
|
||||
void mus::set_core() {
|
||||
|
@ -88,6 +89,9 @@ namespace sat {
|
|||
if (!core.empty()) {
|
||||
// mr(); // TBD: measure
|
||||
}
|
||||
if (m_model.empty()) {
|
||||
m_model.append(s.m_model);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case l_false:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue