ariadne-cps / release-1.0

Frozen 1.0 release of the Ariadne C++ framework for cyber-physical systems
http://www.ariadne-cps.org
GNU General Public License v3.0
0 stars 0 forks source link

Account for default reset values #16

Open lgeretti opened 8 years ago

lgeretti commented 8 years ago

Originally reported by Luca Geretti (Bitbucket: lgeretti, GitHub: lgeretti)


Currently, providing an empty reset map results in a reduction of the target space to the empty space. Similarly, partial resets are handled incorrectly. An unspecified reset for a space variable instead should be interpreted as the identity function, as happens when we use the syntax for a new transition where no reset is specified.