blob: 6b5c49983e592a01a19c15420ae0678a403043f2 [file] [log] [blame]
automaton p:
cont x = 0.0;
equation x' = 0.5;
location:
initial;
edge when x >= 1.5 do x := 0.0;
end