You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2044 lines
64 KiB

  1. {
  2. "jani-version":1,
  3. "features":[
  4. "derived-operators"
  5. ],
  6. "name":"Converted from PRISM by IscasMC",
  7. "type":"dtmc",
  8. "actions":[
  9. {
  10. "name":"step"
  11. }
  12. ],
  13. "variables":[
  14. {
  15. "name":"x1",
  16. "type":{
  17. "kind":"bounded",
  18. "base":"int",
  19. "lower-bound":0,
  20. "upper-bound":1
  21. }
  22. },
  23. {
  24. "name":"x2",
  25. "type":{
  26. "kind":"bounded",
  27. "base":"int",
  28. "lower-bound":0,
  29. "upper-bound":1
  30. }
  31. },
  32. {
  33. "name":"x3",
  34. "type":{
  35. "kind":"bounded",
  36. "base":"int",
  37. "lower-bound":0,
  38. "upper-bound":1
  39. }
  40. },
  41. {
  42. "name":"x4",
  43. "type":{
  44. "kind":"bounded",
  45. "base":"int",
  46. "lower-bound":0,
  47. "upper-bound":1
  48. }
  49. },
  50. {
  51. "name":"x5",
  52. "type":{
  53. "kind":"bounded",
  54. "base":"int",
  55. "lower-bound":0,
  56. "upper-bound":1
  57. }
  58. },
  59. {
  60. "name":"x6",
  61. "type":{
  62. "kind":"bounded",
  63. "base":"int",
  64. "lower-bound":0,
  65. "upper-bound":1
  66. }
  67. },
  68. {
  69. "name":"x7",
  70. "type":{
  71. "kind":"bounded",
  72. "base":"int",
  73. "lower-bound":0,
  74. "upper-bound":1
  75. }
  76. },
  77. {
  78. "name":"x8",
  79. "type":{
  80. "kind":"bounded",
  81. "base":"int",
  82. "lower-bound":0,
  83. "upper-bound":1
  84. }
  85. },
  86. {
  87. "name":"x9",
  88. "type":{
  89. "kind":"bounded",
  90. "base":"int",
  91. "lower-bound":0,
  92. "upper-bound":1
  93. }
  94. },
  95. {
  96. "name":"x10",
  97. "type":{
  98. "kind":"bounded",
  99. "base":"int",
  100. "lower-bound":0,
  101. "upper-bound":1
  102. }
  103. },
  104. {
  105. "name":"x11",
  106. "type":{
  107. "kind":"bounded",
  108. "base":"int",
  109. "lower-bound":0,
  110. "upper-bound":1
  111. }
  112. },
  113. {
  114. "name":"x12",
  115. "type":{
  116. "kind":"bounded",
  117. "base":"int",
  118. "lower-bound":0,
  119. "upper-bound":1
  120. }
  121. },
  122. {
  123. "name":"x13",
  124. "type":{
  125. "kind":"bounded",
  126. "base":"int",
  127. "lower-bound":0,
  128. "upper-bound":1
  129. }
  130. },
  131. {
  132. "name":"x14",
  133. "type":{
  134. "kind":"bounded",
  135. "base":"int",
  136. "lower-bound":0,
  137. "upper-bound":1
  138. }
  139. },
  140. {
  141. "name":"x15",
  142. "type":{
  143. "kind":"bounded",
  144. "base":"int",
  145. "lower-bound":0,
  146. "upper-bound":1
  147. }
  148. },
  149. {
  150. "name":"x16",
  151. "type":{
  152. "kind":"bounded",
  153. "base":"int",
  154. "lower-bound":0,
  155. "upper-bound":1
  156. }
  157. },
  158. {
  159. "name":"x17",
  160. "type":{
  161. "kind":"bounded",
  162. "base":"int",
  163. "lower-bound":0,
  164. "upper-bound":1
  165. }
  166. },
  167. {
  168. "name":"x18",
  169. "type":{
  170. "kind":"bounded",
  171. "base":"int",
  172. "lower-bound":0,
  173. "upper-bound":1
  174. }
  175. },
  176. {
  177. "name":"x19",
  178. "type":{
  179. "kind":"bounded",
  180. "base":"int",
  181. "lower-bound":0,
  182. "upper-bound":1
  183. }
  184. },
  185. {
  186. "name":"x20",
  187. "type":{
  188. "kind":"bounded",
  189. "base":"int",
  190. "lower-bound":0,
  191. "upper-bound":1
  192. }
  193. },
  194. {
  195. "name":"x21",
  196. "type":{
  197. "kind":"bounded",
  198. "base":"int",
  199. "lower-bound":0,
  200. "upper-bound":1
  201. }
  202. }
  203. ],
  204. "observables":[
  205. {
  206. "name":"\"steps\""
  207. }
  208. ],
  209. "initial-states":{
  210. "exp":true
  211. },
  212. "automata":[
  213. {
  214. "name":"process1",
  215. "locations":[
  216. {
  217. "name":"location",
  218. "observables":[
  219. {
  220. "ref":"\"steps\"",
  221. "value":1
  222. }
  223. ]
  224. }
  225. ],
  226. "initial-locations":[
  227. "location"
  228. ],
  229. "edges":[
  230. {
  231. "location":"location",
  232. "action":"step",
  233. "guard":{
  234. "exp":{
  235. "op":"=",
  236. "left":"x1",
  237. "right":"x21"
  238. }
  239. },
  240. "destinations":[
  241. {
  242. "probability":{
  243. "exp":0.5000000
  244. },
  245. "location":"location",
  246. "assignments":[
  247. {
  248. "ref":"x1",
  249. "value":0
  250. }
  251. ],
  252. "observables":[
  253. ]
  254. },
  255. {
  256. "probability":{
  257. "exp":{
  258. "op":"-",
  259. "left":1,
  260. "right":0.5000000
  261. }
  262. },
  263. "location":"location",
  264. "assignments":[
  265. {
  266. "ref":"x1",
  267. "value":1
  268. }
  269. ],
  270. "observables":[
  271. ]
  272. }
  273. ]
  274. },
  275. {
  276. "location":"location",
  277. "action":"step",
  278. "guard":{
  279. "exp":{
  280. "op":"¬",
  281. "exp":{
  282. "op":"=",
  283. "left":"x1",
  284. "right":"x21"
  285. }
  286. }
  287. },
  288. "destinations":[
  289. {
  290. "probability":{
  291. "exp":1
  292. },
  293. "location":"location",
  294. "assignments":[
  295. {
  296. "ref":"x1",
  297. "value":"x21"
  298. }
  299. ],
  300. "observables":[
  301. ]
  302. }
  303. ]
  304. }
  305. ]
  306. },
  307. {
  308. "name":"process2",
  309. "locations":[
  310. {
  311. "name":"location"
  312. }
  313. ],
  314. "initial-locations":[
  315. "location"
  316. ],
  317. "edges":[
  318. {
  319. "location":"location",
  320. "action":"step",
  321. "guard":{
  322. "exp":{
  323. "op":"=",
  324. "left":"x2",
  325. "right":"x1"
  326. }
  327. },
  328. "destinations":[
  329. {
  330. "probability":{
  331. "exp":0.5000000
  332. },
  333. "location":"location",
  334. "assignments":[
  335. {
  336. "ref":"x2",
  337. "value":0
  338. }
  339. ]
  340. },
  341. {
  342. "probability":{
  343. "exp":{
  344. "op":"-",
  345. "left":1,
  346. "right":0.5000000
  347. }
  348. },
  349. "location":"location",
  350. "assignments":[
  351. {
  352. "ref":"x2",
  353. "value":1
  354. }
  355. ]
  356. }
  357. ]
  358. },
  359. {
  360. "location":"location",
  361. "action":"step",
  362. "guard":{
  363. "exp":{
  364. "op":"¬",
  365. "exp":{
  366. "op":"=",
  367. "left":"x2",
  368. "right":"x1"
  369. }
  370. }
  371. },
  372. "destinations":[
  373. {
  374. "probability":{
  375. "exp":1
  376. },
  377. "location":"location",
  378. "assignments":[
  379. {
  380. "ref":"x2",
  381. "value":"x1"
  382. }
  383. ]
  384. }
  385. ]
  386. }
  387. ]
  388. },
  389. {
  390. "name":"process3",
  391. "locations":[
  392. {
  393. "name":"location"
  394. }
  395. ],
  396. "initial-locations":[
  397. "location"
  398. ],
  399. "edges":[
  400. {
  401. "location":"location",
  402. "action":"step",
  403. "guard":{
  404. "exp":{
  405. "op":"=",
  406. "left":"x3",
  407. "right":"x2"
  408. }
  409. },
  410. "destinations":[
  411. {
  412. "probability":{
  413. "exp":0.5000000
  414. },
  415. "location":"location",
  416. "assignments":[
  417. {
  418. "ref":"x3",
  419. "value":0
  420. }
  421. ]
  422. },
  423. {
  424. "probability":{
  425. "exp":{
  426. "op":"-",
  427. "left":1,
  428. "right":0.5000000
  429. }
  430. },
  431. "location":"location",
  432. "assignments":[
  433. {
  434. "ref":"x3",
  435. "value":1
  436. }
  437. ]
  438. }
  439. ]
  440. },
  441. {
  442. "location":"location",
  443. "action":"step",
  444. "guard":{
  445. "exp":{
  446. "op":"¬",
  447. "exp":{
  448. "op":"=",
  449. "left":"x3",
  450. "right":"x2"
  451. }
  452. }
  453. },
  454. "destinations":[
  455. {
  456. "probability":{
  457. "exp":1
  458. },
  459. "location":"location",
  460. "assignments":[
  461. {
  462. "ref":"x3",
  463. "value":"x2"
  464. }
  465. ]
  466. }
  467. ]
  468. }
  469. ]
  470. },
  471. {
  472. "name":"process4",
  473. "locations":[
  474. {
  475. "name":"location"
  476. }
  477. ],
  478. "initial-locations":[
  479. "location"
  480. ],
  481. "edges":[
  482. {
  483. "location":"location",
  484. "action":"step",
  485. "guard":{
  486. "exp":{
  487. "op":"=",
  488. "left":"x4",
  489. "right":"x3"
  490. }
  491. },
  492. "destinations":[
  493. {
  494. "probability":{
  495. "exp":0.5000000
  496. },
  497. "location":"location",
  498. "assignments":[
  499. {
  500. "ref":"x4",
  501. "value":0
  502. }
  503. ]
  504. },
  505. {
  506. "probability":{
  507. "exp":{
  508. "op":"-",
  509. "left":1,
  510. "right":0.5000000
  511. }
  512. },
  513. "location":"location",
  514. "assignments":[
  515. {
  516. "ref":"x4",
  517. "value":1
  518. }
  519. ]
  520. }
  521. ]
  522. },
  523. {
  524. "location":"location",
  525. "action":"step",
  526. "guard":{
  527. "exp":{
  528. "op":"¬",
  529. "exp":{
  530. "op":"=",
  531. "left":"x4",
  532. "right":"x3"
  533. }
  534. }
  535. },
  536. "destinations":[
  537. {
  538. "probability":{
  539. "exp":1
  540. },
  541. "location":"location",
  542. "assignments":[
  543. {
  544. "ref":"x4",
  545. "value":"x3"
  546. }
  547. ]
  548. }
  549. ]
  550. }
  551. ]
  552. },
  553. {
  554. "name":"process5",
  555. "locations":[
  556. {
  557. "name":"location"
  558. }
  559. ],
  560. "initial-locations":[
  561. "location"
  562. ],
  563. "edges":[
  564. {
  565. "location":"location",
  566. "action":"step",
  567. "guard":{
  568. "exp":{
  569. "op":"=",
  570. "left":"x5",
  571. "right":"x4"
  572. }
  573. },
  574. "destinations":[
  575. {
  576. "probability":{
  577. "exp":0.5000000
  578. },
  579. "location":"location",
  580. "assignments":[
  581. {
  582. "ref":"x5",
  583. "value":0
  584. }
  585. ]
  586. },
  587. {
  588. "probability":{
  589. "exp":{
  590. "op":"-",
  591. "left":1,
  592. "right":0.5000000
  593. }
  594. },
  595. "location":"location",
  596. "assignments":[
  597. {
  598. "ref":"x5",
  599. "value":1
  600. }
  601. ]
  602. }
  603. ]
  604. },
  605. {
  606. "location":"location",
  607. "action":"step",
  608. "guard":{
  609. "exp":{
  610. "op":"¬",
  611. "exp":{
  612. "op":"=",
  613. "left":"x5",
  614. "right":"x4"
  615. }
  616. }
  617. },
  618. "destinations":[
  619. {
  620. "probability":{
  621. "exp":1
  622. },
  623. "location":"location",
  624. "assignments":[
  625. {
  626. "ref":"x5",
  627. "value":"x4"
  628. }
  629. ]
  630. }
  631. ]
  632. }
  633. ]
  634. },
  635. {
  636. "name":"process6",
  637. "locations":[
  638. {
  639. "name":"location"
  640. }
  641. ],
  642. "initial-locations":[
  643. "location"
  644. ],
  645. "edges":[
  646. {
  647. "location":"location",
  648. "action":"step",
  649. "guard":{
  650. "exp":{
  651. "op":"=",
  652. "left":"x6",
  653. "right":"x5"
  654. }
  655. },
  656. "destinations":[
  657. {
  658. "probability":{
  659. "exp":0.5000000
  660. },
  661. "location":"location",
  662. "assignments":[
  663. {
  664. "ref":"x6",
  665. "value":0
  666. }
  667. ]
  668. },
  669. {
  670. "probability":{
  671. "exp":{
  672. "op":"-",
  673. "left":1,
  674. "right":0.5000000
  675. }
  676. },
  677. "location":"location",
  678. "assignments":[
  679. {
  680. "ref":"x6",
  681. "value":1
  682. }
  683. ]
  684. }
  685. ]
  686. },
  687. {
  688. "location":"location",
  689. "action":"step",
  690. "guard":{
  691. "exp":{
  692. "op":"¬",
  693. "exp":{
  694. "op":"=",
  695. "left":"x6",
  696. "right":"x5"
  697. }
  698. }
  699. },
  700. "destinations":[
  701. {
  702. "probability":{
  703. "exp":1
  704. },
  705. "location":"location",
  706. "assignments":[
  707. {
  708. "ref":"x6",
  709. "value":"x5"
  710. }
  711. ]
  712. }
  713. ]
  714. }
  715. ]
  716. },
  717. {
  718. "name":"process7",
  719. "locations":[
  720. {
  721. "name":"location"
  722. }
  723. ],
  724. "initial-locations":[
  725. "location"
  726. ],
  727. "edges":[
  728. {
  729. "location":"location",
  730. "action":"step",
  731. "guard":{
  732. "exp":{
  733. "op":"=",
  734. "left":"x7",
  735. "right":"x6"
  736. }
  737. },
  738. "destinations":[
  739. {
  740. "probability":{
  741. "exp":0.5000000
  742. },
  743. "location":"location",
  744. "assignments":[
  745. {
  746. "ref":"x7",
  747. "value":0
  748. }
  749. ]
  750. },
  751. {
  752. "probability":{
  753. "exp":{
  754. "op":"-",
  755. "left":1,
  756. "right":0.5000000
  757. }
  758. },
  759. "location":"location",
  760. "assignments":[
  761. {
  762. "ref":"x7",
  763. "value":1
  764. }
  765. ]
  766. }
  767. ]
  768. },
  769. {
  770. "location":"location",
  771. "action":"step",
  772. "guard":{
  773. "exp":{
  774. "op":"¬",
  775. "exp":{
  776. "op":"=",
  777. "left":"x7",
  778. "right":"x6"
  779. }
  780. }
  781. },
  782. "destinations":[
  783. {
  784. "probability":{
  785. "exp":1
  786. },
  787. "location":"location",
  788. "assignments":[
  789. {
  790. "ref":"x7",
  791. "value":"x6"
  792. }
  793. ]
  794. }
  795. ]
  796. }
  797. ]
  798. },
  799. {
  800. "name":"process8",
  801. "locations":[
  802. {
  803. "name":"location"
  804. }
  805. ],
  806. "initial-locations":[
  807. "location"
  808. ],
  809. "edges":[
  810. {
  811. "location":"location",
  812. "action":"step",
  813. "guard":{
  814. "exp":{
  815. "op":"=",
  816. "left":"x8",
  817. "right":"x7"
  818. }
  819. },
  820. "destinations":[
  821. {
  822. "probability":{
  823. "exp":0.5000000
  824. },
  825. "location":"location",
  826. "assignments":[
  827. {
  828. "ref":"x8",
  829. "value":0
  830. }
  831. ]
  832. },
  833. {
  834. "probability":{
  835. "exp":{
  836. "op":"-",
  837. "left":1,
  838. "right":0.5000000
  839. }
  840. },
  841. "location":"location",
  842. "assignments":[
  843. {
  844. "ref":"x8",
  845. "value":1
  846. }
  847. ]
  848. }
  849. ]
  850. },
  851. {
  852. "location":"location",
  853. "action":"step",
  854. "guard":{
  855. "exp":{
  856. "op":"¬",
  857. "exp":{
  858. "op":"=",
  859. "left":"x8",
  860. "right":"x7"
  861. }
  862. }
  863. },
  864. "destinations":[
  865. {
  866. "probability":{
  867. "exp":1
  868. },
  869. "location":"location",
  870. "assignments":[
  871. {
  872. "ref":"x8",
  873. "value":"x7"
  874. }
  875. ]
  876. }
  877. ]
  878. }
  879. ]
  880. },
  881. {
  882. "name":"process9",
  883. "locations":[
  884. {
  885. "name":"location"
  886. }
  887. ],
  888. "initial-locations":[
  889. "location"
  890. ],
  891. "edges":[
  892. {
  893. "location":"location",
  894. "action":"step",
  895. "guard":{
  896. "exp":{
  897. "op":"=",
  898. "left":"x9",
  899. "right":"x8"
  900. }
  901. },
  902. "destinations":[
  903. {
  904. "probability":{
  905. "exp":0.5000000
  906. },
  907. "location":"location",
  908. "assignments":[
  909. {
  910. "ref":"x9",
  911. "value":0
  912. }
  913. ]
  914. },
  915. {
  916. "probability":{
  917. "exp":{
  918. "op":"-",
  919. "left":1,
  920. "right":0.5000000
  921. }
  922. },
  923. "location":"location",
  924. "assignments":[
  925. {
  926. "ref":"x9",
  927. "value":1
  928. }
  929. ]
  930. }
  931. ]
  932. },
  933. {
  934. "location":"location",
  935. "action":"step",
  936. "guard":{
  937. "exp":{
  938. "op":"¬",
  939. "exp":{
  940. "op":"=",
  941. "left":"x9",
  942. "right":"x8"
  943. }
  944. }
  945. },
  946. "destinations":[
  947. {
  948. "probability":{
  949. "exp":1
  950. },
  951. "location":"location",
  952. "assignments":[
  953. {
  954. "ref":"x9",
  955. "value":"x8"
  956. }
  957. ]
  958. }
  959. ]
  960. }
  961. ]
  962. },
  963. {
  964. "name":"process10",
  965. "locations":[
  966. {
  967. "name":"location"
  968. }
  969. ],
  970. "initial-locations":[
  971. "location"
  972. ],
  973. "edges":[
  974. {
  975. "location":"location",
  976. "action":"step",
  977. "guard":{
  978. "exp":{
  979. "op":"=",
  980. "left":"x10",
  981. "right":"x9"
  982. }
  983. },
  984. "destinations":[
  985. {
  986. "probability":{
  987. "exp":0.5000000
  988. },
  989. "location":"location",
  990. "assignments":[
  991. {
  992. "ref":"x10",
  993. "value":0
  994. }
  995. ]
  996. },
  997. {
  998. "probability":{
  999. "exp":{
  1000. "op":"-",
  1001. "left":1,
  1002. "right":0.5000000
  1003. }
  1004. },
  1005. "location":"location",
  1006. "assignments":[
  1007. {
  1008. "ref":"x10",
  1009. "value":1
  1010. }
  1011. ]
  1012. }
  1013. ]
  1014. },
  1015. {
  1016. "location":"location",
  1017. "action":"step",
  1018. "guard":{
  1019. "exp":{
  1020. "op":"¬",
  1021. "exp":{
  1022. "op":"=",
  1023. "left":"x10",
  1024. "right":"x9"
  1025. }
  1026. }
  1027. },
  1028. "destinations":[
  1029. {
  1030. "probability":{
  1031. "exp":1
  1032. },
  1033. "location":"location",
  1034. "assignments":[
  1035. {
  1036. "ref":"x10",
  1037. "value":"x9"
  1038. }
  1039. ]
  1040. }
  1041. ]
  1042. }
  1043. ]
  1044. },
  1045. {
  1046. "name":"process11",
  1047. "locations":[
  1048. {
  1049. "name":"location"
  1050. }
  1051. ],
  1052. "initial-locations":[
  1053. "location"
  1054. ],
  1055. "edges":[
  1056. {
  1057. "location":"location",
  1058. "action":"step",
  1059. "guard":{
  1060. "exp":{
  1061. "op":"=",
  1062. "left":"x11",
  1063. "right":"x10"
  1064. }
  1065. },
  1066. "destinations":[
  1067. {
  1068. "probability":{
  1069. "exp":0.5000000
  1070. },
  1071. "location":"location",
  1072. "assignments":[
  1073. {
  1074. "ref":"x11",
  1075. "value":0
  1076. }
  1077. ]
  1078. },
  1079. {
  1080. "probability":{
  1081. "exp":{
  1082. "op":"-",
  1083. "left":1,
  1084. "right":0.5000000
  1085. }
  1086. },
  1087. "location":"location",
  1088. "assignments":[
  1089. {
  1090. "ref":"x11",
  1091. "value":1
  1092. }
  1093. ]
  1094. }
  1095. ]
  1096. },
  1097. {
  1098. "location":"location",
  1099. "action":"step",
  1100. "guard":{
  1101. "exp":{
  1102. "op":"¬",
  1103. "exp":{
  1104. "op":"=",
  1105. "left":"x11",
  1106. "right":"x10"
  1107. }
  1108. }
  1109. },
  1110. "destinations":[
  1111. {
  1112. "probability":{
  1113. "exp":1
  1114. },
  1115. "location":"location",
  1116. "assignments":[
  1117. {
  1118. "ref":"x11",
  1119. "value":"x10"
  1120. }
  1121. ]
  1122. }
  1123. ]
  1124. }
  1125. ]
  1126. },
  1127. {
  1128. "name":"process12",
  1129. "locations":[
  1130. {
  1131. "name":"location"
  1132. }
  1133. ],
  1134. "initial-locations":[
  1135. "location"
  1136. ],
  1137. "edges":[
  1138. {
  1139. "location":"location",
  1140. "action":"step",
  1141. "guard":{
  1142. "exp":{
  1143. "op":"=",
  1144. "left":"x12",
  1145. "right":"x11"
  1146. }
  1147. },
  1148. "destinations":[
  1149. {
  1150. "probability":{
  1151. "exp":0.5000000
  1152. },
  1153. "location":"location",
  1154. "assignments":[
  1155. {
  1156. "ref":"x12",
  1157. "value":0
  1158. }
  1159. ]
  1160. },
  1161. {
  1162. "probability":{
  1163. "exp":{
  1164. "op":"-",
  1165. "left":1,
  1166. "right":0.5000000
  1167. }
  1168. },
  1169. "location":"location",
  1170. "assignments":[
  1171. {
  1172. "ref":"x12",
  1173. "value":1
  1174. }
  1175. ]
  1176. }
  1177. ]
  1178. },
  1179. {
  1180. "location":"location",
  1181. "action":"step",
  1182. "guard":{
  1183. "exp":{
  1184. "op":"¬",
  1185. "exp":{
  1186. "op":"=",
  1187. "left":"x12",
  1188. "right":"x11"
  1189. }
  1190. }
  1191. },
  1192. "destinations":[
  1193. {
  1194. "probability":{
  1195. "exp":1
  1196. },
  1197. "location":"location",
  1198. "assignments":[
  1199. {
  1200. "ref":"x12",
  1201. "value":"x11"
  1202. }
  1203. ]
  1204. }
  1205. ]
  1206. }
  1207. ]
  1208. },
  1209. {
  1210. "name":"process13",
  1211. "locations":[
  1212. {
  1213. "name":"location"
  1214. }
  1215. ],
  1216. "initial-locations":[
  1217. "location"
  1218. ],
  1219. "edges":[
  1220. {
  1221. "location":"location",
  1222. "action":"step",
  1223. "guard":{
  1224. "exp":{
  1225. "op":"=",
  1226. "left":"x13",
  1227. "right":"x12"
  1228. }
  1229. },
  1230. "destinations":[
  1231. {
  1232. "probability":{
  1233. "exp":0.5000000
  1234. },
  1235. "location":"location",
  1236. "assignments":[
  1237. {
  1238. "ref":"x13",
  1239. "value":0
  1240. }
  1241. ]
  1242. },
  1243. {
  1244. "probability":{
  1245. "exp":{
  1246. "op":"-",
  1247. "left":1,
  1248. "right":0.5000000
  1249. }
  1250. },
  1251. "location":"location",
  1252. "assignments":[
  1253. {
  1254. "ref":"x13",
  1255. "value":1
  1256. }
  1257. ]
  1258. }
  1259. ]
  1260. },
  1261. {
  1262. "location":"location",
  1263. "action":"step",
  1264. "guard":{
  1265. "exp":{
  1266. "op":"¬",
  1267. "exp":{
  1268. "op":"=",
  1269. "left":"x13",
  1270. "right":"x12"
  1271. }
  1272. }
  1273. },
  1274. "destinations":[
  1275. {
  1276. "probability":{
  1277. "exp":1
  1278. },
  1279. "location":"location",
  1280. "assignments":[
  1281. {
  1282. "ref":"x13",
  1283. "value":"x12"
  1284. }
  1285. ]
  1286. }
  1287. ]
  1288. }
  1289. ]
  1290. },
  1291. {
  1292. "name":"process14",
  1293. "locations":[
  1294. {
  1295. "name":"location"
  1296. }
  1297. ],
  1298. "initial-locations":[
  1299. "location"
  1300. ],
  1301. "edges":[
  1302. {
  1303. "location":"location",
  1304. "action":"step",
  1305. "guard":{
  1306. "exp":{
  1307. "op":"=",
  1308. "left":"x14",
  1309. "right":"x13"
  1310. }
  1311. },
  1312. "destinations":[
  1313. {
  1314. "probability":{
  1315. "exp":0.5000000
  1316. },
  1317. "location":"location",
  1318. "assignments":[
  1319. {
  1320. "ref":"x14",
  1321. "value":0
  1322. }
  1323. ]
  1324. },
  1325. {
  1326. "probability":{
  1327. "exp":{
  1328. "op":"-",
  1329. "left":1,
  1330. "right":0.5000000
  1331. }
  1332. },
  1333. "location":"location",
  1334. "assignments":[
  1335. {
  1336. "ref":"x14",
  1337. "value":1
  1338. }
  1339. ]
  1340. }
  1341. ]
  1342. },
  1343. {
  1344. "location":"location",
  1345. "action":"step",
  1346. "guard":{
  1347. "exp":{
  1348. "op":"¬",
  1349. "exp":{
  1350. "op":"=",
  1351. "left":"x14",
  1352. "right":"x13"
  1353. }
  1354. }
  1355. },
  1356. "destinations":[
  1357. {
  1358. "probability":{
  1359. "exp":1
  1360. },
  1361. "location":"location",
  1362. "assignments":[
  1363. {
  1364. "ref":"x14",
  1365. "value":"x13"
  1366. }
  1367. ]
  1368. }
  1369. ]
  1370. }
  1371. ]
  1372. },
  1373. {
  1374. "name":"process15",
  1375. "locations":[
  1376. {
  1377. "name":"location"
  1378. }
  1379. ],
  1380. "initial-locations":[
  1381. "location"
  1382. ],
  1383. "edges":[
  1384. {
  1385. "location":"location",
  1386. "action":"step",
  1387. "guard":{
  1388. "exp":{
  1389. "op":"=",
  1390. "left":"x15",
  1391. "right":"x14"
  1392. }
  1393. },
  1394. "destinations":[
  1395. {
  1396. "probability":{
  1397. "exp":0.5000000
  1398. },
  1399. "location":"location",
  1400. "assignments":[
  1401. {
  1402. "ref":"x15",
  1403. "value":0
  1404. }
  1405. ]
  1406. },
  1407. {
  1408. "probability":{
  1409. "exp":{
  1410. "op":"-",
  1411. "left":1,
  1412. "right":0.5000000
  1413. }
  1414. },
  1415. "location":"location",
  1416. "assignments":[
  1417. {
  1418. "ref":"x15",
  1419. "value":1
  1420. }
  1421. ]
  1422. }
  1423. ]
  1424. },
  1425. {
  1426. "location":"location",
  1427. "action":"step",
  1428. "guard":{
  1429. "exp":{
  1430. "op":"¬",
  1431. "exp":{
  1432. "op":"=",
  1433. "left":"x15",
  1434. "right":"x14"
  1435. }
  1436. }
  1437. },
  1438. "destinations":[
  1439. {
  1440. "probability":{
  1441. "exp":1
  1442. },
  1443. "location":"location",
  1444. "assignments":[
  1445. {
  1446. "ref":"x15",
  1447. "value":"x14"
  1448. }
  1449. ]
  1450. }
  1451. ]
  1452. }
  1453. ]
  1454. },
  1455. {
  1456. "name":"process16",
  1457. "locations":[
  1458. {
  1459. "name":"location"
  1460. }
  1461. ],
  1462. "initial-locations":[
  1463. "location"
  1464. ],
  1465. "edges":[
  1466. {
  1467. "location":"location",
  1468. "action":"step",
  1469. "guard":{
  1470. "exp":{
  1471. "op":"=",
  1472. "left":"x16",
  1473. "right":"x15"
  1474. }
  1475. },
  1476. "destinations":[
  1477. {
  1478. "probability":{
  1479. "exp":0.5000000
  1480. },
  1481. "location":"location",
  1482. "assignments":[
  1483. {
  1484. "ref":"x16",
  1485. "value":0
  1486. }
  1487. ]
  1488. },
  1489. {
  1490. "probability":{
  1491. "exp":{
  1492. "op":"-",
  1493. "left":1,
  1494. "right":0.5000000
  1495. }
  1496. },
  1497. "location":"location",
  1498. "assignments":[
  1499. {
  1500. "ref":"x16",
  1501. "value":1
  1502. }
  1503. ]
  1504. }
  1505. ]
  1506. },
  1507. {
  1508. "location":"location",
  1509. "action":"step",
  1510. "guard":{
  1511. "exp":{
  1512. "op":"¬",
  1513. "exp":{
  1514. "op":"=",
  1515. "left":"x16",
  1516. "right":"x15"
  1517. }
  1518. }
  1519. },
  1520. "destinations":[
  1521. {
  1522. "probability":{
  1523. "exp":1
  1524. },
  1525. "location":"location",
  1526. "assignments":[
  1527. {
  1528. "ref":"x16",
  1529. "value":"x15"
  1530. }
  1531. ]
  1532. }
  1533. ]
  1534. }
  1535. ]
  1536. },
  1537. {
  1538. "name":"process17",
  1539. "locations":[
  1540. {
  1541. "name":"location"
  1542. }
  1543. ],
  1544. "initial-locations":[
  1545. "location"
  1546. ],
  1547. "edges":[
  1548. {
  1549. "location":"location",
  1550. "action":"step",
  1551. "guard":{
  1552. "exp":{
  1553. "op":"=",
  1554. "left":"x17",
  1555. "right":"x16"
  1556. }
  1557. },
  1558. "destinations":[
  1559. {
  1560. "probability":{
  1561. "exp":0.5000000
  1562. },
  1563. "location":"location",
  1564. "assignments":[
  1565. {
  1566. "ref":"x17",
  1567. "value":0
  1568. }
  1569. ]
  1570. },
  1571. {
  1572. "probability":{
  1573. "exp":{
  1574. "op":"-",
  1575. "left":1,
  1576. "right":0.5000000
  1577. }
  1578. },
  1579. "location":"location",
  1580. "assignments":[
  1581. {
  1582. "ref":"x17",
  1583. "value":1
  1584. }
  1585. ]
  1586. }
  1587. ]
  1588. },
  1589. {
  1590. "location":"location",
  1591. "action":"step",
  1592. "guard":{
  1593. "exp":{
  1594. "op":"¬",
  1595. "exp":{
  1596. "op":"=",
  1597. "left":"x17",
  1598. "right":"x16"
  1599. }
  1600. }
  1601. },
  1602. "destinations":[
  1603. {
  1604. "probability":{
  1605. "exp":1
  1606. },
  1607. "location":"location",
  1608. "assignments":[
  1609. {
  1610. "ref":"x17",
  1611. "value":"x16"
  1612. }
  1613. ]
  1614. }
  1615. ]
  1616. }
  1617. ]
  1618. },
  1619. {
  1620. "name":"process18",
  1621. "locations":[
  1622. {
  1623. "name":"location"
  1624. }
  1625. ],
  1626. "initial-locations":[
  1627. "location"
  1628. ],
  1629. "edges":[
  1630. {
  1631. "location":"location",
  1632. "action":"step",
  1633. "guard":{
  1634. "exp":{
  1635. "op":"=",
  1636. "left":"x18",
  1637. "right":"x17"
  1638. }
  1639. },
  1640. "destinations":[
  1641. {
  1642. "probability":{
  1643. "exp":0.5000000
  1644. },
  1645. "location":"location",
  1646. "assignments":[
  1647. {
  1648. "ref":"x18",
  1649. "value":0
  1650. }
  1651. ]
  1652. },
  1653. {
  1654. "probability":{
  1655. "exp":{
  1656. "op":"-",
  1657. "left":1,
  1658. "right":0.5000000
  1659. }
  1660. },
  1661. "location":"location",
  1662. "assignments":[
  1663. {
  1664. "ref":"x18",
  1665. "value":1
  1666. }
  1667. ]
  1668. }
  1669. ]
  1670. },
  1671. {
  1672. "location":"location",
  1673. "action":"step",
  1674. "guard":{
  1675. "exp":{
  1676. "op":"¬",
  1677. "exp":{
  1678. "op":"=",
  1679. "left":"x18",
  1680. "right":"x17"
  1681. }
  1682. }
  1683. },
  1684. "destinations":[
  1685. {
  1686. "probability":{
  1687. "exp":1
  1688. },
  1689. "location":"location",
  1690. "assignments":[
  1691. {
  1692. "ref":"x18",
  1693. "value":"x17"
  1694. }
  1695. ]
  1696. }
  1697. ]
  1698. }
  1699. ]
  1700. },
  1701. {
  1702. "name":"process19",
  1703. "locations":[
  1704. {
  1705. "name":"location"
  1706. }
  1707. ],
  1708. "initial-locations":[
  1709. "location"
  1710. ],
  1711. "edges":[
  1712. {
  1713. "location":"location",
  1714. "action":"step",
  1715. "guard":{
  1716. "exp":{
  1717. "op":"=",
  1718. "left":"x19",
  1719. "right":"x18"
  1720. }
  1721. },
  1722. "destinations":[
  1723. {
  1724. "probability":{
  1725. "exp":0.5000000
  1726. },
  1727. "location":"location",
  1728. "assignments":[
  1729. {
  1730. "ref":"x19",
  1731. "value":0
  1732. }
  1733. ]
  1734. },
  1735. {
  1736. "probability":{
  1737. "exp":{
  1738. "op":"-",
  1739. "left":1,
  1740. "right":0.5000000
  1741. }
  1742. },
  1743. "location":"location",
  1744. "assignments":[
  1745. {
  1746. "ref":"x19",
  1747. "value":1
  1748. }
  1749. ]
  1750. }
  1751. ]
  1752. },
  1753. {
  1754. "location":"location",
  1755. "action":"step",
  1756. "guard":{
  1757. "exp":{
  1758. "op":"¬",
  1759. "exp":{
  1760. "op":"=",
  1761. "left":"x19",
  1762. "right":"x18"
  1763. }
  1764. }
  1765. },
  1766. "destinations":[
  1767. {
  1768. "probability":{
  1769. "exp":1
  1770. },
  1771. "location":"location",
  1772. "assignments":[
  1773. {
  1774. "ref":"x19",
  1775. "value":"x18"
  1776. }
  1777. ]
  1778. }
  1779. ]
  1780. }
  1781. ]
  1782. },
  1783. {
  1784. "name":"process20",
  1785. "locations":[
  1786. {
  1787. "name":"location"
  1788. }
  1789. ],
  1790. "initial-locations":[
  1791. "location"
  1792. ],
  1793. "edges":[
  1794. {
  1795. "location":"location",
  1796. "action":"step",
  1797. "guard":{
  1798. "exp":{
  1799. "op":"=",
  1800. "left":"x20",
  1801. "right":"x19"
  1802. }
  1803. },
  1804. "destinations":[
  1805. {
  1806. "probability":{
  1807. "exp":0.5000000
  1808. },
  1809. "location":"location",
  1810. "assignments":[
  1811. {
  1812. "ref":"x20",
  1813. "value":0
  1814. }
  1815. ]
  1816. },
  1817. {
  1818. "probability":{
  1819. "exp":{
  1820. "op":"-",
  1821. "left":1,
  1822. "right":0.5000000
  1823. }
  1824. },
  1825. "location":"location",
  1826. "assignments":[
  1827. {
  1828. "ref":"x20",
  1829. "value":1
  1830. }
  1831. ]
  1832. }
  1833. ]
  1834. },
  1835. {
  1836. "location":"location",
  1837. "action":"step",
  1838. "guard":{
  1839. "exp":{
  1840. "op":"¬",
  1841. "exp":{
  1842. "op":"=",
  1843. "left":"x20",
  1844. "right":"x19"
  1845. }
  1846. }
  1847. },
  1848. "destinations":[
  1849. {
  1850. "probability":{
  1851. "exp":1
  1852. },
  1853. "location":"location",
  1854. "assignments":[
  1855. {
  1856. "ref":"x20",
  1857. "value":"x19"
  1858. }
  1859. ]
  1860. }
  1861. ]
  1862. }
  1863. ]
  1864. },
  1865. {
  1866. "name":"process21",
  1867. "locations":[
  1868. {
  1869. "name":"location"
  1870. }
  1871. ],
  1872. "initial-locations":[
  1873. "location"
  1874. ],
  1875. "edges":[
  1876. {
  1877. "location":"location",
  1878. "action":"step",
  1879. "guard":{
  1880. "exp":{
  1881. "op":"=",
  1882. "left":"x21",
  1883. "right":"x20"
  1884. }
  1885. },
  1886. "destinations":[
  1887. {
  1888. "probability":{
  1889. "exp":0.5000000
  1890. },
  1891. "location":"location",
  1892. "assignments":[
  1893. {
  1894. "ref":"x21",
  1895. "value":0
  1896. }
  1897. ]
  1898. },
  1899. {
  1900. "probability":{
  1901. "exp":{
  1902. "op":"-",
  1903. "left":1,
  1904. "right":0.5000000
  1905. }
  1906. },
  1907. "location":"location",
  1908. "assignments":[
  1909. {
  1910. "ref":"x21",
  1911. "value":1
  1912. }
  1913. ]
  1914. }
  1915. ]
  1916. },
  1917. {
  1918. "location":"location",
  1919. "action":"step",
  1920. "guard":{
  1921. "exp":{
  1922. "op":"¬",
  1923. "exp":{
  1924. "op":"=",
  1925. "left":"x21",
  1926. "right":"x20"
  1927. }
  1928. }
  1929. },
  1930. "destinations":[
  1931. {
  1932. "probability":{
  1933. "exp":1
  1934. },
  1935. "location":"location",
  1936. "assignments":[
  1937. {
  1938. "ref":"x21",
  1939. "value":"x20"
  1940. }
  1941. ]
  1942. }
  1943. ]
  1944. }
  1945. ]
  1946. }
  1947. ],
  1948. "system":{
  1949. "elements":[
  1950. {
  1951. "automaton":"process1"
  1952. },
  1953. {
  1954. "automaton":"process2"
  1955. },
  1956. {
  1957. "automaton":"process3"
  1958. },
  1959. {
  1960. "automaton":"process4"
  1961. },
  1962. {
  1963. "automaton":"process5"
  1964. },
  1965. {
  1966. "automaton":"process6"
  1967. },
  1968. {
  1969. "automaton":"process7"
  1970. },
  1971. {
  1972. "automaton":"process8"
  1973. },
  1974. {
  1975. "automaton":"process9"
  1976. },
  1977. {
  1978. "automaton":"process10"
  1979. },
  1980. {
  1981. "automaton":"process11"
  1982. },
  1983. {
  1984. "automaton":"process12"
  1985. },
  1986. {
  1987. "automaton":"process13"
  1988. },
  1989. {
  1990. "automaton":"process14"
  1991. },
  1992. {
  1993. "automaton":"process15"
  1994. },
  1995. {
  1996. "automaton":"process16"
  1997. },
  1998. {
  1999. "automaton":"process17"
  2000. },
  2001. {
  2002. "automaton":"process18"
  2003. },
  2004. {
  2005. "automaton":"process19"
  2006. },
  2007. {
  2008. "automaton":"process20"
  2009. },
  2010. {
  2011. "automaton":"process21"
  2012. }
  2013. ],
  2014. "syncs":[
  2015. {
  2016. "synchronise":[
  2017. "step",
  2018. "step",
  2019. "step",
  2020. "step",
  2021. "step",
  2022. "step",
  2023. "step",
  2024. "step",
  2025. "step",
  2026. "step",
  2027. "step",
  2028. "step",
  2029. "step",
  2030. "step",
  2031. "step",
  2032. "step",
  2033. "step",
  2034. "step",
  2035. "step",
  2036. "step",
  2037. "step"
  2038. ],
  2039. "result":"step"
  2040. }
  2041. ]
  2042. }
  2043. }