mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +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'),))
|
|
|