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.

1911 lines
70 KiB

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