mirror of
https://github.com/Z3Prover/z3
synced 2026-03-02 03:36:53 +00:00
6 lines
314 B
Text
6 lines
314 B
Text
def_module_params('interp',
|
|
description='interpolation parameters',
|
|
export=True,
|
|
params=(('profile', BOOL, False, '(INTERP) profile interpolation'),
|
|
('check', BOOL, False, '(INTERP) check interpolants'),
|
|
))
|