mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
working on completing ATE/ALA for acce and abce
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3b1810d893
commit
5a2b072ddf
29 changed files with 466 additions and 230 deletions
|
@ -2,5 +2,5 @@ def_module_params(module_name='sat',
|
|||
class_name='sat_scc_params',
|
||||
export=True,
|
||||
params=(('scc', BOOL, True, 'eliminate Boolean variables by computing strongly connected components'),
|
||||
('scc.tr', BOOL, False, 'apply transitive reduction, eliminate redundant binary clauses'), ))
|
||||
('scc.tr', BOOL, True, 'apply transitive reduction, eliminate redundant binary clauses'), ))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue