mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
totalizer
This commit is contained in:
parent
959a0ba370
commit
94a2477fa0
6 changed files with 25 additions and 37 deletions
|
@ -19,6 +19,7 @@ def_module_params('opt',
|
|||
('pb.compile_equality', BOOL, False, 'compile arithmetical equalities into pseudo-Boolean equality (instead of two inequalites)'),
|
||||
('pp.wcnf', BOOL, False, 'print maxsat benchmark into wcnf format'),
|
||||
('maxlex.enable', BOOL, True, 'enable maxlex heuristic for lexicographic MaxSAT problems'),
|
||||
('rc2.totalizer', BOOL, True, 'use totalizer for rc2 encoding'),
|
||||
('maxres.hill_climb', BOOL, True, 'give preference for large weight cores'),
|
||||
('maxres.add_upper_bound_block', BOOL, False, 'restict upper bound with constraint'),
|
||||
('maxres.max_num_cores', UINT, 200, 'maximal number of cores per round'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue