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

Faster support function of template reach-set

Open mforets opened this issue 3 years ago • 0 comments

Currently querying the support function of a TemplateReachSet is suboptimal because it recomputes instead of using the stored field sf. The difficulty is that the template directions dirs do not necessarily relate to variables, although in practice, we often set dirs to be a canonical vector such as [0, 1, 0, .., 0].

mforets avatar Nov 07 '20 08:11 mforets