Files
reactics/reactics-bdd/test.drs
Artur Meski f0019619b3 Refactor + tests (#6)
- Minor codebase clean-up
- Slight reorganisation of examples + tests so that we don't break stuff by accident
- CI tests
2026-04-10 18:16:49 +01:00

20 lines
338 B
Plaintext

#
# Coffee machine RS
#
reactions {
{ { a; },{ z; } -> { b; } };
#{ { c; },{ z; } -> { d; } };
}
action-atoms { z; }
initial-state { a; }
ctl-property { EF ( coffee_ready ) }
#ctl-property { AG( coffee_ready IMPLIES ~water_ready ) }
#ctl-property { AG( failure IMPLIES AX ~busy ) }
#ctl-property { EG ( EF coffee_ready ) }