ftsrg / gamma

An Eclipse-based modeling framework for the component-based design and analysis of reactive systems
http://gamma.inf.mit.bme.hu
30 stars 25 forks source link

Supporting State Invariants #161

Closed Rorck closed 8 months ago

Rorck commented 11 months ago

It would be nice to support state invariants.

Something like:

timeout t1

state S1 {
    invariant timeout t1 + 1000
}
grbeni commented 10 months ago

Basic invariants, i.e., boolean expressions without references to timeouts, are now supported in 7b4cf59.

grbeni commented 8 months ago

Clock references are now supported in af316e2b031cabd8cad3d88c2e2cdd3e48ff7c61.