ReachabilityAnalysis.jl icon indicating copy to clipboard operation
ReachabilityAnalysis.jl copied to clipboard

BoxClustering does not work with LGG09

Open schillic opened this issue 2 years ago • 0 comments

LGG09 constructs TemplateReachSets with typically some dimensions undefined. BoxClustering expects fully bounded reach sets and is the default method. So using LGG09 in hybrid systems fails by default. We should either change the default or (better) detect unboundedness (we could let the continuous solvers provide this information instead of computing it from the set) and print a helpful error message.

schillic avatar Mar 27 '22 17:03 schillic