3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-06 15:25:46 +00:00
z3/src/sat/sat_asymm_branch_params.pyg
Leonardo de Moura 0934cb06d8 exposed sat params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-12-02 16:38:33 -08:00

6 lines
460 B
Text

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')))