mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 16:52:15 +00:00
throttle cce pass
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a639452553
commit
75bf942237
4 changed files with 117 additions and 104 deletions
|
@ -4,6 +4,7 @@ def_module_params(module_name='sat',
|
|||
params=(('elim_blocked_clauses', BOOL, False, 'eliminate blocked clauses'),
|
||||
('abce', BOOL, False, 'eliminate blocked clauses using asymmmetric literals'),
|
||||
('cce', BOOL, False, 'eliminate covered clauses'),
|
||||
('ate', BOOL, True, 'asymmetric tautology elimination'),
|
||||
('acce', BOOL, False, 'eliminate covered clauses using asymmetric added literals'),
|
||||
('elim_blocked_clauses_at', UINT, 2, 'eliminate blocked clauses only once at the given simplification round'),
|
||||
('bca', BOOL, False, 'blocked clause addition - add blocked binary clauses'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue