Reachability.jl
Reachability.jl copied to clipboard
Documentation of algorithms
The documentation of post operators (continuous and discrete) is lacking or misplaced (eg. BFFPSV18 docs is dispersed in ReachSets.jl and reach_blocks.jl). See also this comment.
One place to document what the algorithms are doing is the algorithm's struct. Also all the available options admitted by the algorithms should appear there. Otherwise we can document the post operator functions (we shall document these anyways, but they will be of a technical nature).
With #531 we have our second algorithm :tada: Time to add this section in the manual!