mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
replaced check_interpolants option with interp.check
This commit is contained in:
parent
6e18f44d99
commit
5454e38935
7 changed files with 2 additions and 23 deletions
|
@ -2,4 +2,5 @@ def_module_params('interp',
|
|||
description='interpolation parameters',
|
||||
export=True,
|
||||
params=(('profile', BOOL, False, '(INTERP) profile interpolation'),
|
||||
('check', BOOL, False, '(INTERP) check interpolants'),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue