mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 22:05:36 +00:00
added interpolation options
This commit is contained in:
parent
9f78c454c9
commit
f83bca11a0
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…
Reference in a new issue