-
Notifications
You must be signed in to change notification settings - Fork 3
Tasks
Marcelo Forets edited this page Mar 10, 2020
·
3 revisions
-
backend
: e.g.TaylorModels
,IntervalArithmetic
,SumOfSquares
, etc. -
search
: e.g.Static
,Dynamic
.
Examples:
enclose(f, dom, TM(order=10), Static(nchunks=10))
enclose(f, dom, IA(), Dynamic(maxdepth=10))
...
- #45, #46, #47