mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
exposed sat params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
773f82a44c
commit
0934cb06d8
8 changed files with 111 additions and 87 deletions
6
src/sat/sat_asymm_branch_params.pyg
Normal file
6
src/sat/sat_asymm_branch_params.pyg
Normal file
|
@ -0,0 +1,6 @@
|
|||
def_module_params(module_name='sat',
|
||||
class_name='sat_asymm_branch_params',
|
||||
export=True,
|
||||
params=(('asymm_branch', BOOL, True, 'asymmetric branching'),
|
||||
('asymm_branch.rounds', UINT, 32, 'maximum number of rounds of asymmetric branching'),
|
||||
('asymm_branch.limit', UINT, 100000000, 'approx. maximum number of literals visited during asymmetric branching')))
|
Loading…
Add table
Add a link
Reference in a new issue