mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
update core generation to be partial, update maxres to use current model too
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3f8083dfa6
commit
b5bbf83847
9 changed files with 36 additions and 17 deletions
|
@ -105,6 +105,7 @@ namespace sat {
|
|||
}
|
||||
m_minimize_lemmas = p.minimize_lemmas();
|
||||
m_minimize_core = p.minimize_core();
|
||||
m_minimize_core_partial = p.minimize_core_partial();
|
||||
m_optimize_model = p.optimize_model();
|
||||
m_dyn_sub_res = p.dyn_sub_res();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue