mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
add saner Shannon decomposition
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aa695f6a6c
commit
16bffab8fd
3 changed files with 185 additions and 15 deletions
|
@ -969,6 +969,7 @@ namespace sat {
|
|||
if (m_conflicts < m_next_simplify) {
|
||||
return;
|
||||
}
|
||||
IF_VERBOSE(2, verbose_stream() << "(sat.simplify)\n";);
|
||||
|
||||
// Disable simplification during MUS computation.
|
||||
// if (m_mus.is_active()) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue