3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

fixes in the interval multiplication

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-07-26 21:01:43 -07:00
parent 4c2279343b
commit 4ef7bf2bf6
3 changed files with 26 additions and 16 deletions

View file

@ -3,6 +3,7 @@ def_module_params('nla',
params=(
('order', BOOL, True, 'run order lemmas'),
('tangents', BOOL, True, 'run tangent lemmas'),
('horner', BOOL, True, 'run horner\'s heuristic'),
))