3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 18:15:32 +00:00

added interpolation options

This commit is contained in:
Ken McMillan 2013-11-05 14:20:22 -08:00
parent 9f78c454c9
commit f83bca11a0

5
src/interp/iz3params.pyg Normal file
View file

@ -0,0 +1,5 @@
def_module_params('interp',
description='interpolation parameters',
export=True,
params=(('profile', BOOL, False, '(INTERP) profile interpolation'),
))