mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
missing new files
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a0d52e835b
commit
a26bd69a5e
1 changed files with 11 additions and 0 deletions
11
src/opt/opt_params.pyg
Normal file
11
src/opt/opt_params.pyg
Normal file
|
@ -0,0 +1,11 @@
|
|||
def_module_params('opt',
|
||||
description='optimization parameters',
|
||||
export=True,
|
||||
params=(('timeout', UINT, UINT_MAX, 'set timeout'),
|
||||
('engine', SYMBOL, 'basic', "select optimization engine: 'basic', 'farkas', 'symba'"),
|
||||
))
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue