mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 18:15:32 +00:00
added interpolation options
This commit is contained in:
parent
9f78c454c9
commit
f83bca11a0
1 changed files with 5 additions and 0 deletions
5
src/interp/iz3params.pyg
Normal file
5
src/interp/iz3params.pyg
Normal file
|
@ -0,0 +1,5 @@
|
|||
def_module_params('interp',
|
||||
description='interpolation parameters',
|
||||
export=True,
|
||||
params=(('profile', BOOL, False, '(INTERP) profile interpolation'),
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue