mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
add nla_params and settings, make m_emons private
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
eb657a322a
commit
0c50971b57
9
src/util/lp/nla_params.pyg
Normal file
9
src/util/lp/nla_params.pyg
Normal file
|
@ -0,0 +1,9 @@
|
|||
def_module_params('nla',
|
||||
export=True,
|
||||
params=(
|
||||
('order', BOOL, True, 'run order lemmas'),
|
||||
('tangents', BOOL, True, 'run tangent lemmas'),
|
||||
))
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue