mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
local change
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c6a9dae00a
commit
fb86cf980b
3 changed files with 21 additions and 7 deletions
|
@ -7,6 +7,7 @@ def_module_params('opt',
|
|||
('priority', SYMBOL, 'lex', "select how to priortize objectives: 'lex' (lexicographic), 'pareto', or 'box'"),
|
||||
('dump_benchmarks', BOOL, False, 'dump benchmarks for profiling'),
|
||||
('print_model', BOOL, False, 'display model for satisfiable constraints'),
|
||||
('print_all_models', BOOL, False, 'display all intermediary models for satisfiable constraints'),
|
||||
('debug_conflict', BOOL, False, 'debug conflict resolution'),
|
||||
('wmaxsat_engine', SYMBOL, 'wmax', "weighted maxsat engine: 'wmax', 'iwmax' (iterative), 'bwmax' (bisection)"),
|
||||
('elim_01', BOOL, True, 'eliminate 01 variables')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue