You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be useful to have the setrep as type information, carried over the algorithms, specially for hybrid systems.
In the hybrid post of HACLD1 we workaround that lack of information by preallocating with FT = typeof(flowpipe(sol)), since the method performs an initial flowpipe computation and stores it in the first iteration of the main loop. I don't know how general is that solution though.
The text was updated successfully, but these errors were encountered:
It may be useful to have the setrep as type information, carried over the algorithms, specially for hybrid systems.
In the hybrid post of HACLD1 we workaround that lack of information by preallocating with
FT = typeof(flowpipe(sol))
, since the method performs an initial flowpipe computation and stores it in the first iteration of the main loop. I don't know how general is that solution though.The text was updated successfully, but these errors were encountered: