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

Add_state, add_transition correspond only to the graph

Open kpotomkin opened this issue 6 years ago • 1 comments

Currently there are methods: add_state, add_transition, which are correspond only to the graph of the automata, however we can end up with the graph which will have different number of locations and transitions in comparison with modes and resetmaps array.

Proposition: add methods for the HybridSystem, for adding and removing states(modes) and transitions(resetmaps)

kpotomkin avatar Dec 10 '18 04:12 kpotomkin

add methods for the HybridSystem, for adding and removing states(modes) and transitions(resetmaps)

I agree, these method should also include the reset maps, ... for the added element

blegat avatar Dec 10 '18 09:12 blegat