mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 03:11:30 +00:00
5 lines
240 B
Text
5 lines
240 B
Text
def_module_params(module_name='sat',
|
|
class_name='sat_scc_params',
|
|
export=True,
|
|
params=(('scc', BOOL, True, 'eliminate Boolean variables by computing strongly connected components'),))
|
|
|