mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +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
|
@ -69,6 +69,7 @@ namespace sat {
|
|||
bool m_minimize_lemmas;
|
||||
bool m_dyn_sub_res;
|
||||
bool m_minimize_core;
|
||||
bool m_minimize_core_partial;
|
||||
bool m_optimize_model;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue