mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
pb theory
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
50cc852112
commit
9734bab205
3 changed files with 27 additions and 23 deletions
|
@ -6,6 +6,7 @@ def_module_params('opt',
|
|||
('maxsat_engine', SYMBOL, 'fu_malik', "select engine for non-weighted maxsat: 'fu_malik', 'core_maxsat'"),
|
||||
('pareto', BOOL, False, 'return a Pareto front (as opposed to a bounding box)'),
|
||||
('dump_benchmarks', BOOL, False, 'dump benchmarks for profiling'),
|
||||
('debug_conflict', BOOL, False, 'debug conflict resolution'),
|
||||
))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue