mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
testing decomposition during pre-processing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8d0d123a4c
commit
3fa0e6f3fb
3 changed files with 174 additions and 158 deletions
|
@ -9,8 +9,6 @@ def_module_params('opt',
|
|||
('print_model', BOOL, False, 'display model for satisfiable constraints'),
|
||||
('debug_conflict', BOOL, False, 'debug conflict resolution'),
|
||||
('wmaxsat_engine', SYMBOL, 'wmax', "weighted maxsat engine: 'wmax', 'iwmax' (iterative), 'bwmax' (bisection)"),
|
||||
('pb_conflict_freq', UINT, 0, 'conflict frequency for pb theory'),
|
||||
('pb_learn_comp', BOOL, True, 'learn complement literals'),
|
||||
('elim_01', BOOL, True, 'eliminate 01 variables')
|
||||
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue