SpaceExParser.jl
SpaceExParser
is a Julia package to read SpaceEx model files.
The SpaceEx modeling language (SpaceExParser) is a format for the mathematical description of hybrid dynamical systems. It has been described in Cotton et al. [CFL10]. See also Frehse [Fre10].
A visual model editor is available for download on the SpaceEx website. See the examples in this documentation for screenshots and further details.
The aim of this library is to read SpaceEx model files and transform them into Julia objects, for their inspection and analysis, such as reachability computations.
Features
- Parse SpaceEx files into types defined in Julia packages
HybridSystems.jl
andMathematicalSystems.jl
. - Can read arbitrary ODEs, eg. non-linear dynamics in the ODE flow for each mode.