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
Lazy flowpipes cannot be constructed at the moment.
(The option output_function != nothing does the job, but in the end still takes a box_approximation. But this should be refactored in #468 anyway.)
The way to go is probably to pass the identity function as the overapproximate function. This is best done while or after doing #471.
The text was updated successfully, but these errors were encountered:
#544 fixes a bug.
Furthermore, the way we handle lazy inputs does not conform with a lazy flowpipe. I suggest to keep output_function (#468) but to fix the behavior (currently it crashes in the projection).
I keep this issue open as a reminder that things are not finished yet.
Lazy flowpipes cannot be constructed at the moment.
(The option
output_function != nothing
does the job, but in the end still takes abox_approximation
. But this should be refactored in #468 anyway.)The way to go is probably to pass the identity function as the
overapproximate
function. This is best done while or after doing #471.The text was updated successfully, but these errors were encountered: