mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
9 lines
260 B
Text
9 lines
260 B
Text
def_module_params('nla',
|
|
export=True,
|
|
params=(
|
|
('order', BOOL, True, 'run order lemmas'),
|
|
('tangents', BOOL, True, 'run tangent lemmas'),
|
|
))
|
|
|
|
|
|
|