3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-19 12:23:38 +00:00

a mistake

This commit is contained in:
Ken McMillan 2013-06-05 18:02:07 -07:00
parent c3eae9bf2a
commit de7a675afa
2 changed files with 3 additions and 2 deletions

View file

@ -64,6 +64,7 @@ def_module_params('fixedpoint',
('use_underapprox', BOOL, False, 'DUALITY: Use underapproximations'),
('stratified_inlining', BOOL, False, 'DUALITY: Use stratified inlining'),
('recursion_bound', UINT, UINT_MAX, 'DUALITY: Recursion bound for stratified inlining'),
('profile', BOOL, False, 'DUALITY: profile run time'),
))