First commit

This commit is contained in:
Yorick Barbanneau 2023-03-01 21:40:15 +01:00
commit b7a1213f91
29 changed files with 1312 additions and 0 deletions

8
Spec/Graphs.spe Normal file
View file

@ -0,0 +1,8 @@
with Valve, ValveVirtual do
dot(any_s, any_t - self_epsilon) > 'Graphs/$NODENAME.dot';
modes() > 'Graphs/$NODENAME-modes.dot';
quot() > 'Graphs/$NODENAME-quot.dot';
done
with SystemNbPannesFNomDuControleur do
dot(any_s, any_t - self_epsilon) > 'Graphs/$NODENAME.dot';
done