mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
mv util/lp to math/lp
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b6513b8e2d
commit
33cbd29ed0
150 changed files with 524 additions and 479 deletions
9
src/math/lp/nla_params.pyg
Normal file
9
src/math/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…
Add table
Add a link
Reference in a new issue