mirror of
https://github.com/Z3Prover/z3
synced 2025-10-12 10:40:17 +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
|
@ -1730,7 +1730,7 @@ namespace sat {
|
|||
idx--;
|
||||
}
|
||||
reset_unmark(old_size);
|
||||
if (m_config.m_minimize_core) {
|
||||
if (m_config.m_minimize_core || m_config.m_minimize_core_partial) {
|
||||
// TBD:
|
||||
// apply optional clause minimization by detecting subsumed literals.
|
||||
// initial experiment suggests it has no effect.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue