JuliaReach / SpaceExParser.jl

Parser for the SpaceEx modeling language in Julia
https://juliareach.github.io/SpaceExParser.jl/
MIT License
7 stars 1 forks source link

#7 - Initial implementation #10

Closed mforets closed 6 years ago

mforets commented 6 years ago

Closes #7.

EDIT: i'm readdressing this issue:

this leaves for the next issue to transform the information of the hybrid automaton into a given system type, that is (A, B, X, U), where X, U have to be transformed from expressions to some LazySet representation.

mforets commented 6 years ago

From my side this branch is ready to be merged.

mforets commented 6 years ago

Thanks to all of you for the feedback.