pn_critical_section.mvc 233 B

1234567891011121314151617
  1. PetriNets critical_section{
  2. Place crit_1{
  3. name = "CS1"
  4. tokens = 0
  5. }
  6. Place crit_2{
  7. name = "CS2"
  8. tokens = 0
  9. }
  10. Place available{
  11. name = "available"
  12. tokens = 1
  13. }
  14. }