First commit
This commit is contained in:
commit
b7a1213f91
29 changed files with 1312 additions and 0 deletions
8
Spec/Graphs.spe
Normal file
8
Spec/Graphs.spe
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue