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.

4216 lines
172 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. "variables":[
  14. {
  15. "name":"p1",
  16. "type":{
  17. "kind":"bounded",
  18. "base":"int",
  19. "lower-bound":0,
  20. "upper-bound":15
  21. }
  22. },
  23. {
  24. "name":"p2",
  25. "type":{
  26. "kind":"bounded",
  27. "base":"int",
  28. "lower-bound":0,
  29. "upper-bound":15
  30. }
  31. },
  32. {
  33. "name":"p3",
  34. "type":{
  35. "kind":"bounded",
  36. "base":"int",
  37. "lower-bound":0,
  38. "upper-bound":15
  39. }
  40. }
  41. ],
  42. "observables":[
  43. ],
  44. "initial-states":{
  45. "exp":{
  46. "op":"∧",
  47. "left":{
  48. "op":"∧",
  49. "left":{
  50. "op":"=",
  51. "left":"p1",
  52. "right":0
  53. },
  54. "right":{
  55. "op":"=",
  56. "left":"p2",
  57. "right":0
  58. }
  59. },
  60. "right":{
  61. "op":"=",
  62. "left":"p3",
  63. "right":0
  64. }
  65. }
  66. },
  67. "automata":[
  68. {
  69. "name":"process1",
  70. "locations":[
  71. {
  72. "name":"location"
  73. }
  74. ],
  75. "initial-locations":[
  76. "location"
  77. ],
  78. "edges":[
  79. {
  80. "location":"location",
  81. "action":"tau__",
  82. "guard":{
  83. "exp":{
  84. "op":"=",
  85. "left":"p1",
  86. "right":0
  87. }
  88. },
  89. "destinations":[
  90. {
  91. "probability":{
  92. "exp":1
  93. },
  94. "location":"location",
  95. "assignments":[
  96. {
  97. "ref":"p1",
  98. "value":0
  99. }
  100. ],
  101. "observables":[
  102. ]
  103. }
  104. ]
  105. },
  106. {
  107. "location":"location",
  108. "action":"tau__",
  109. "guard":{
  110. "exp":{
  111. "op":"=",
  112. "left":"p1",
  113. "right":0
  114. }
  115. },
  116. "destinations":[
  117. {
  118. "probability":{
  119. "exp":1
  120. },
  121. "location":"location",
  122. "assignments":[
  123. {
  124. "ref":"p1",
  125. "value":1
  126. }
  127. ],
  128. "observables":[
  129. ]
  130. }
  131. ]
  132. },
  133. {
  134. "location":"location",
  135. "action":"tau__",
  136. "guard":{
  137. "exp":{
  138. "op":"=",
  139. "left":"p1",
  140. "right":1
  141. }
  142. },
  143. "destinations":[
  144. {
  145. "probability":{
  146. "exp":1
  147. },
  148. "location":"location",
  149. "assignments":[
  150. {
  151. "ref":"p1",
  152. "value":2
  153. }
  154. ],
  155. "observables":[
  156. ]
  157. }
  158. ]
  159. },
  160. {
  161. "location":"location",
  162. "action":"tau__",
  163. "guard":{
  164. "exp":{
  165. "op":"∧",
  166. "left":{
  167. "op":"=",
  168. "left":"p1",
  169. "right":2
  170. },
  171. "right":{
  172. "op":"∨",
  173. "left":{
  174. "op":"∧",
  175. "left":{
  176. "op":"¬",
  177. "exp":{
  178. "op":"∧",
  179. "left":{
  180. "op":"≥",
  181. "left":"p2",
  182. "right":4
  183. },
  184. "right":{
  185. "op":"≤",
  186. "left":"p2",
  187. "right":13
  188. }
  189. }
  190. },
  191. "right":{
  192. "op":"¬",
  193. "exp":{
  194. "op":"∧",
  195. "left":{
  196. "op":"≥",
  197. "left":"p3",
  198. "right":4
  199. },
  200. "right":{
  201. "op":"≤",
  202. "left":"p3",
  203. "right":13
  204. }
  205. }
  206. }
  207. },
  208. "right":{
  209. "op":"∨",
  210. "left":{
  211. "op":"∧",
  212. "left":{
  213. "op":"≥",
  214. "left":"p2",
  215. "right":14
  216. },
  217. "right":{
  218. "op":"≤",
  219. "left":"p2",
  220. "right":15
  221. }
  222. },
  223. "right":{
  224. "op":"∧",
  225. "left":{
  226. "op":"≥",
  227. "left":"p3",
  228. "right":14
  229. },
  230. "right":{
  231. "op":"≤",
  232. "left":"p3",
  233. "right":15
  234. }
  235. }
  236. }
  237. }
  238. }
  239. },
  240. "destinations":[
  241. {
  242. "probability":{
  243. "exp":1
  244. },
  245. "location":"location",
  246. "assignments":[
  247. {
  248. "ref":"p1",
  249. "value":3
  250. }
  251. ],
  252. "observables":[
  253. ]
  254. }
  255. ]
  256. },
  257. {
  258. "location":"location",
  259. "action":"tau__",
  260. "guard":{
  261. "exp":{
  262. "op":"∧",
  263. "left":{
  264. "op":"=",
  265. "left":"p1",
  266. "right":2
  267. },
  268. "right":{
  269. "op":"¬",
  270. "exp":{
  271. "op":"∨",
  272. "left":{
  273. "op":"∧",
  274. "left":{
  275. "op":"¬",
  276. "exp":{
  277. "op":"∧",
  278. "left":{
  279. "op":"≥",
  280. "left":"p2",
  281. "right":4
  282. },
  283. "right":{
  284. "op":"≤",
  285. "left":"p2",
  286. "right":13
  287. }
  288. }
  289. },
  290. "right":{
  291. "op":"¬",
  292. "exp":{
  293. "op":"∧",
  294. "left":{
  295. "op":"≥",
  296. "left":"p3",
  297. "right":4
  298. },
  299. "right":{
  300. "op":"≤",
  301. "left":"p3",
  302. "right":13
  303. }
  304. }
  305. }
  306. },
  307. "right":{
  308. "op":"∨",
  309. "left":{
  310. "op":"∧",
  311. "left":{
  312. "op":"≥",
  313. "left":"p2",
  314. "right":14
  315. },
  316. "right":{
  317. "op":"≤",
  318. "left":"p2",
  319. "right":15
  320. }
  321. },
  322. "right":{
  323. "op":"∧",
  324. "left":{
  325. "op":"≥",
  326. "left":"p3",
  327. "right":14
  328. },
  329. "right":{
  330. "op":"≤",
  331. "left":"p3",
  332. "right":15
  333. }
  334. }
  335. }
  336. }
  337. }
  338. }
  339. },
  340. "destinations":[
  341. {
  342. "probability":{
  343. "exp":1
  344. },
  345. "location":"location",
  346. "assignments":[
  347. {
  348. "ref":"p1",
  349. "value":2
  350. }
  351. ],
  352. "observables":[
  353. ]
  354. }
  355. ]
  356. },
  357. {
  358. "location":"location",
  359. "action":"tau__",
  360. "guard":{
  361. "exp":{
  362. "op":"=",
  363. "left":"p1",
  364. "right":3
  365. }
  366. },
  367. "destinations":[
  368. {
  369. "probability":{
  370. "exp":1
  371. },
  372. "location":"location",
  373. "assignments":[
  374. {
  375. "ref":"p1",
  376. "value":4
  377. }
  378. ],
  379. "observables":[
  380. ]
  381. }
  382. ]
  383. },
  384. {
  385. "location":"location",
  386. "action":"tau__",
  387. "guard":{
  388. "exp":{
  389. "op":"=",
  390. "left":"p1",
  391. "right":3
  392. }
  393. },
  394. "destinations":[
  395. {
  396. "probability":{
  397. "exp":1
  398. },
  399. "location":"location",
  400. "assignments":[
  401. {
  402. "ref":"p1",
  403. "value":7
  404. }
  405. ],
  406. "observables":[
  407. ]
  408. }
  409. ]
  410. },
  411. {
  412. "location":"location",
  413. "action":"tau__",
  414. "guard":{
  415. "exp":{
  416. "op":"∧",
  417. "left":{
  418. "op":"=",
  419. "left":"p1",
  420. "right":4
  421. },
  422. "right":{
  423. "op":"∨",
  424. "left":{
  425. "op":"∨",
  426. "left":{
  427. "op":"∧",
  428. "left":{
  429. "op":"≥",
  430. "left":"p2",
  431. "right":4
  432. },
  433. "right":{
  434. "op":"≤",
  435. "left":"p2",
  436. "right":5
  437. }
  438. },
  439. "right":{
  440. "op":"∧",
  441. "left":{
  442. "op":"≥",
  443. "left":"p2",
  444. "right":10
  445. },
  446. "right":{
  447. "op":"≤",
  448. "left":"p2",
  449. "right":15
  450. }
  451. }
  452. },
  453. "right":{
  454. "op":"∨",
  455. "left":{
  456. "op":"∧",
  457. "left":{
  458. "op":"≥",
  459. "left":"p3",
  460. "right":4
  461. },
  462. "right":{
  463. "op":"≤",
  464. "left":"p3",
  465. "right":5
  466. }
  467. },
  468. "right":{
  469. "op":"∧",
  470. "left":{
  471. "op":"≥",
  472. "left":"p3",
  473. "right":10
  474. },
  475. "right":{
  476. "op":"≤",
  477. "left":"p3",
  478. "right":15
  479. }
  480. }
  481. }
  482. }
  483. }
  484. },
  485. "destinations":[
  486. {
  487. "probability":{
  488. "exp":1
  489. },
  490. "location":"location",
  491. "assignments":[
  492. {
  493. "ref":"p1",
  494. "value":5
  495. }
  496. ],
  497. "observables":[
  498. ]
  499. }
  500. ]
  501. },
  502. {
  503. "location":"location",
  504. "action":"tau__",
  505. "guard":{
  506. "exp":{
  507. "op":"∧",
  508. "left":{
  509. "op":"=",
  510. "left":"p1",
  511. "right":4
  512. },
  513. "right":{
  514. "op":"¬",
  515. "exp":{
  516. "op":"∨",
  517. "left":{
  518. "op":"∨",
  519. "left":{
  520. "op":"∧",
  521. "left":{
  522. "op":"≥",
  523. "left":"p2",
  524. "right":4
  525. },
  526. "right":{
  527. "op":"≤",
  528. "left":"p2",
  529. "right":5
  530. }
  531. },
  532. "right":{
  533. "op":"∧",
  534. "left":{
  535. "op":"≥",
  536. "left":"p2",
  537. "right":10
  538. },
  539. "right":{
  540. "op":"≤",
  541. "left":"p2",
  542. "right":15
  543. }
  544. }
  545. },
  546. "right":{
  547. "op":"∨",
  548. "left":{
  549. "op":"∧",
  550. "left":{
  551. "op":"≥",
  552. "left":"p3",
  553. "right":4
  554. },
  555. "right":{
  556. "op":"≤",
  557. "left":"p3",
  558. "right":5
  559. }
  560. },
  561. "right":{
  562. "op":"∧",
  563. "left":{
  564. "op":"≥",
  565. "left":"p3",
  566. "right":10
  567. },
  568. "right":{
  569. "op":"≤",
  570. "left":"p3",
  571. "right":15
  572. }
  573. }
  574. }
  575. }
  576. }
  577. }
  578. },
  579. "destinations":[
  580. {
  581. "probability":{
  582. "exp":1
  583. },
  584. "location":"location",
  585. "assignments":[
  586. {
  587. "ref":"p1",
  588. "value":10
  589. }
  590. ],
  591. "observables":[
  592. ]
  593. }
  594. ]
  595. },
  596. {
  597. "location":"location",
  598. "action":"tau__",
  599. "guard":{
  600. "exp":{
  601. "op":"=",
  602. "left":"p1",
  603. "right":5
  604. }
  605. },
  606. "destinations":[
  607. {
  608. "probability":{
  609. "exp":1
  610. },
  611. "location":"location",
  612. "assignments":[
  613. {
  614. "ref":"p1",
  615. "value":6
  616. }
  617. ],
  618. "observables":[
  619. ]
  620. }
  621. ]
  622. },
  623. {
  624. "location":"location",
  625. "action":"tau__",
  626. "guard":{
  627. "exp":{
  628. "op":"∧",
  629. "left":{
  630. "op":"=",
  631. "left":"p1",
  632. "right":6
  633. },
  634. "right":{
  635. "op":"∨",
  636. "left":{
  637. "op":"∨",
  638. "left":{
  639. "op":"∧",
  640. "left":{
  641. "op":"≥",
  642. "left":"p2",
  643. "right":4
  644. },
  645. "right":{
  646. "op":"≤",
  647. "left":"p2",
  648. "right":5
  649. }
  650. },
  651. "right":{
  652. "op":"∧",
  653. "left":{
  654. "op":"≥",
  655. "left":"p2",
  656. "right":10
  657. },
  658. "right":{
  659. "op":"≤",
  660. "left":"p2",
  661. "right":15
  662. }
  663. }
  664. },
  665. "right":{
  666. "op":"∨",
  667. "left":{
  668. "op":"∧",
  669. "left":{
  670. "op":"≥",
  671. "left":"p3",
  672. "right":4
  673. },
  674. "right":{
  675. "op":"≤",
  676. "left":"p3",
  677. "right":5
  678. }
  679. },
  680. "right":{
  681. "op":"∧",
  682. "left":{
  683. "op":"≥",
  684. "left":"p3",
  685. "right":10
  686. },
  687. "right":{
  688. "op":"≤",
  689. "left":"p3",
  690. "right":15
  691. }
  692. }
  693. }
  694. }
  695. }
  696. },
  697. "destinations":[
  698. {
  699. "probability":{
  700. "exp":1
  701. },
  702. "location":"location",
  703. "assignments":[
  704. {
  705. "ref":"p1",
  706. "value":6
  707. }
  708. ],
  709. "observables":[
  710. ]
  711. }
  712. ]
  713. },
  714. {
  715. "location":"location",
  716. "action":"tau__",
  717. "guard":{
  718. "exp":{
  719. "op":"∧",
  720. "left":{
  721. "op":"=",
  722. "left":"p1",
  723. "right":6
  724. },
  725. "right":{
  726. "op":"¬",
  727. "exp":{
  728. "op":"∨",
  729. "left":{
  730. "op":"∨",
  731. "left":{
  732. "op":"∧",
  733. "left":{
  734. "op":"≥",
  735. "left":"p2",
  736. "right":4
  737. },
  738. "right":{
  739. "op":"≤",
  740. "left":"p2",
  741. "right":5
  742. }
  743. },
  744. "right":{
  745. "op":"∧",
  746. "left":{
  747. "op":"≥",
  748. "left":"p2",
  749. "right":10
  750. },
  751. "right":{
  752. "op":"≤",
  753. "left":"p2",
  754. "right":15
  755. }
  756. }
  757. },
  758. "right":{
  759. "op":"∨",
  760. "left":{
  761. "op":"∧",
  762. "left":{
  763. "op":"≥",
  764. "left":"p3",
  765. "right":4
  766. },
  767. "right":{
  768. "op":"≤",
  769. "left":"p3",
  770. "right":5
  771. }
  772. },
  773. "right":{
  774. "op":"∧",
  775. "left":{
  776. "op":"≥",
  777. "left":"p3",
  778. "right":10
  779. },
  780. "right":{
  781. "op":"≤",
  782. "left":"p3",
  783. "right":15
  784. }
  785. }
  786. }
  787. }
  788. }
  789. }
  790. },
  791. "destinations":[
  792. {
  793. "probability":{
  794. "exp":1
  795. },
  796. "location":"location",
  797. "assignments":[
  798. {
  799. "ref":"p1",
  800. "value":9
  801. }
  802. ],
  803. "observables":[
  804. ]
  805. }
  806. ]
  807. },
  808. {
  809. "location":"location",
  810. "action":"tau__",
  811. "guard":{
  812. "exp":{
  813. "op":"∧",
  814. "left":{
  815. "op":"=",
  816. "left":"p1",
  817. "right":7
  818. },
  819. "right":{
  820. "op":"∧",
  821. "left":{
  822. "op":"∨",
  823. "left":{
  824. "op":"∧",
  825. "left":{
  826. "op":"≥",
  827. "left":"p2",
  828. "right":0
  829. },
  830. "right":{
  831. "op":"≤",
  832. "left":"p2",
  833. "right":3
  834. }
  835. },
  836. "right":{
  837. "op":"∧",
  838. "left":{
  839. "op":"≥",
  840. "left":"p2",
  841. "right":7
  842. },
  843. "right":{
  844. "op":"≤",
  845. "left":"p2",
  846. "right":8
  847. }
  848. }
  849. },
  850. "right":{
  851. "op":"∨",
  852. "left":{
  853. "op":"∧",
  854. "left":{
  855. "op":"≥",
  856. "left":"p3",
  857. "right":0
  858. },
  859. "right":{
  860. "op":"≤",
  861. "left":"p3",
  862. "right":3
  863. }
  864. },
  865. "right":{
  866. "op":"∧",
  867. "left":{
  868. "op":"≥",
  869. "left":"p3",
  870. "right":7
  871. },
  872. "right":{
  873. "op":"≤",
  874. "left":"p3",
  875. "right":8
  876. }
  877. }
  878. }
  879. }
  880. }
  881. },
  882. "destinations":[
  883. {
  884. "probability":{
  885. "exp":1
  886. },
  887. "location":"location",
  888. "assignments":[
  889. {
  890. "ref":"p1",
  891. "value":8
  892. }
  893. ],
  894. "observables":[
  895. ]
  896. }
  897. ]
  898. },
  899. {
  900. "location":"location",
  901. "action":"tau__",
  902. "guard":{
  903. "exp":{
  904. "op":"∧",
  905. "left":{
  906. "op":"=",
  907. "left":"p1",
  908. "right":7
  909. },
  910. "right":{
  911. "op":"¬",
  912. "exp":{
  913. "op":"∧",
  914. "left":{
  915. "op":"∨",
  916. "left":{
  917. "op":"∧",
  918. "left":{
  919. "op":"≥",
  920. "left":"p2",
  921. "right":0
  922. },
  923. "right":{
  924. "op":"≤",
  925. "left":"p2",
  926. "right":3
  927. }
  928. },
  929. "right":{
  930. "op":"∧",
  931. "left":{
  932. "op":"≥",
  933. "left":"p2",
  934. "right":7
  935. },
  936. "right":{
  937. "op":"≤",
  938. "left":"p2",
  939. "right":8
  940. }
  941. }
  942. },
  943. "right":{
  944. "op":"∨",
  945. "left":{
  946. "op":"∧",
  947. "left":{
  948. "op":"≥",
  949. "left":"p3",
  950. "right":0
  951. },
  952. "right":{
  953. "op":"≤",
  954. "left":"p3",
  955. "right":3
  956. }
  957. },
  958. "right":{
  959. "op":"∧",
  960. "left":{
  961. "op":"≥",
  962. "left":"p3",
  963. "right":7
  964. },
  965. "right":{
  966. "op":"≤",
  967. "left":"p3",
  968. "right":8
  969. }
  970. }
  971. }
  972. }
  973. }
  974. }
  975. },
  976. "destinations":[
  977. {
  978. "probability":{
  979. "exp":1
  980. },
  981. "location":"location",
  982. "assignments":[
  983. {
  984. "ref":"p1",
  985. "value":7
  986. }
  987. ],
  988. "observables":[
  989. ]
  990. }
  991. ]
  992. },
  993. {
  994. "location":"location",
  995. "action":"tau__",
  996. "guard":{
  997. "exp":{
  998. "op":"=",
  999. "left":"p1",
  1000. "right":8
  1001. }
  1002. },
  1003. "destinations":[
  1004. {
  1005. "probability":{
  1006. "exp":1
  1007. },
  1008. "location":"location",
  1009. "assignments":[
  1010. {
  1011. "ref":"p1",
  1012. "value":9
  1013. }
  1014. ],
  1015. "observables":[
  1016. ]
  1017. }
  1018. ]
  1019. },
  1020. {
  1021. "location":"location",
  1022. "action":"tau__",
  1023. "guard":{
  1024. "exp":{
  1025. "op":"=",
  1026. "left":"p1",
  1027. "right":9
  1028. }
  1029. },
  1030. "destinations":[
  1031. {
  1032. "probability":{
  1033. "exp":0.5000000
  1034. },
  1035. "location":"location",
  1036. "assignments":[
  1037. {
  1038. "ref":"p1",
  1039. "value":4
  1040. }
  1041. ],
  1042. "observables":[
  1043. ]
  1044. },
  1045. {
  1046. "probability":{
  1047. "exp":0.5000000
  1048. },
  1049. "location":"location",
  1050. "assignments":[
  1051. {
  1052. "ref":"p1",
  1053. "value":7
  1054. }
  1055. ],
  1056. "observables":[
  1057. ]
  1058. }
  1059. ]
  1060. },
  1061. {
  1062. "location":"location",
  1063. "action":"tau__",
  1064. "guard":{
  1065. "exp":{
  1066. "op":"=",
  1067. "left":"p1",
  1068. "right":10
  1069. }
  1070. },
  1071. "destinations":[
  1072. {
  1073. "probability":{
  1074. "exp":1
  1075. },
  1076. "location":"location",
  1077. "assignments":[
  1078. {
  1079. "ref":"p1",
  1080. "value":11
  1081. }
  1082. ],
  1083. "observables":[
  1084. ]
  1085. }
  1086. ]
  1087. },
  1088. {
  1089. "location":"location",
  1090. "action":"tau__",
  1091. "guard":{
  1092. "exp":{
  1093. "op":"∧",
  1094. "left":{
  1095. "op":"=",
  1096. "left":"p1",
  1097. "right":11
  1098. },
  1099. "right":{
  1100. "op":"∧",
  1101. "left":{
  1102. "op":"¬",
  1103. "exp":{
  1104. "op":"∧",
  1105. "left":{
  1106. "op":"≥",
  1107. "left":"p2",
  1108. "right":4
  1109. },
  1110. "right":{
  1111. "op":"≤",
  1112. "left":"p2",
  1113. "right":13
  1114. }
  1115. }
  1116. },
  1117. "right":{
  1118. "op":"¬",
  1119. "exp":{
  1120. "op":"∧",
  1121. "left":{
  1122. "op":"≥",
  1123. "left":"p3",
  1124. "right":4
  1125. },
  1126. "right":{
  1127. "op":"≤",
  1128. "left":"p3",
  1129. "right":13
  1130. }
  1131. }
  1132. }
  1133. }
  1134. }
  1135. },
  1136. "destinations":[
  1137. {
  1138. "probability":{
  1139. "exp":1
  1140. },
  1141. "location":"location",
  1142. "assignments":[
  1143. {
  1144. "ref":"p1",
  1145. "value":13
  1146. }
  1147. ],
  1148. "observables":[
  1149. ]
  1150. }
  1151. ]
  1152. },
  1153. {
  1154. "location":"location",
  1155. "action":"tau__",
  1156. "guard":{
  1157. "exp":{
  1158. "op":"∧",
  1159. "left":{
  1160. "op":"=",
  1161. "left":"p1",
  1162. "right":11
  1163. },
  1164. "right":{
  1165. "op":"¬",
  1166. "exp":{
  1167. "op":"∧",
  1168. "left":{
  1169. "op":"¬",
  1170. "exp":{
  1171. "op":"∧",
  1172. "left":{
  1173. "op":"≥",
  1174. "left":"p2",
  1175. "right":4
  1176. },
  1177. "right":{
  1178. "op":"≤",
  1179. "left":"p2",
  1180. "right":13
  1181. }
  1182. }
  1183. },
  1184. "right":{
  1185. "op":"¬",
  1186. "exp":{
  1187. "op":"∧",
  1188. "left":{
  1189. "op":"≥",
  1190. "left":"p3",
  1191. "right":4
  1192. },
  1193. "right":{
  1194. "op":"≤",
  1195. "left":"p3",
  1196. "right":13
  1197. }
  1198. }
  1199. }
  1200. }
  1201. }
  1202. }
  1203. },
  1204. "destinations":[
  1205. {
  1206. "probability":{
  1207. "exp":1
  1208. },
  1209. "location":"location",
  1210. "assignments":[
  1211. {
  1212. "ref":"p1",
  1213. "value":12
  1214. }
  1215. ],
  1216. "observables":[
  1217. ]
  1218. }
  1219. ]
  1220. },
  1221. {
  1222. "location":"location",
  1223. "action":"tau__",
  1224. "guard":{
  1225. "exp":{
  1226. "op":"=",
  1227. "left":"p1",
  1228. "right":12
  1229. }
  1230. },
  1231. "destinations":[
  1232. {
  1233. "probability":{
  1234. "exp":1
  1235. },
  1236. "location":"location",
  1237. "assignments":[
  1238. {
  1239. "ref":"p1",
  1240. "value":0
  1241. }
  1242. ],
  1243. "observables":[
  1244. ]
  1245. }
  1246. ]
  1247. },
  1248. {
  1249. "location":"location",
  1250. "action":"tau__",
  1251. "guard":{
  1252. "exp":{
  1253. "op":"=",
  1254. "left":"p1",
  1255. "right":13
  1256. }
  1257. },
  1258. "destinations":[
  1259. {
  1260. "probability":{
  1261. "exp":1
  1262. },
  1263. "location":"location",
  1264. "assignments":[
  1265. {
  1266. "ref":"p1",
  1267. "value":14
  1268. }
  1269. ],
  1270. "observables":[
  1271. ]
  1272. }
  1273. ]
  1274. },
  1275. {
  1276. "location":"location",
  1277. "action":"tau__",
  1278. "guard":{
  1279. "exp":{
  1280. "op":"∧",
  1281. "left":{
  1282. "op":"=",
  1283. "left":"p1",
  1284. "right":14
  1285. },
  1286. "right":{
  1287. "op":"∧",
  1288. "left":{
  1289. "op":"¬",
  1290. "exp":{
  1291. "op":"∧",
  1292. "left":{
  1293. "op":"≥",
  1294. "left":"p2",
  1295. "right":2
  1296. },
  1297. "right":{
  1298. "op":"≤",
  1299. "left":"p2",
  1300. "right":3
  1301. }
  1302. }
  1303. },
  1304. "right":{
  1305. "op":"¬",
  1306. "exp":{
  1307. "op":"∧",
  1308. "left":{
  1309. "op":"≥",
  1310. "left":"p3",
  1311. "right":2
  1312. },
  1313. "right":{
  1314. "op":"≤",
  1315. "left":"p3",
  1316. "right":3
  1317. }
  1318. }
  1319. }
  1320. }
  1321. }
  1322. },
  1323. "destinations":[
  1324. {
  1325. "probability":{
  1326. "exp":1
  1327. },
  1328. "location":"location",
  1329. "assignments":[
  1330. {
  1331. "ref":"p1",
  1332. "value":15
  1333. }
  1334. ],
  1335. "observables":[
  1336. ]
  1337. }
  1338. ]
  1339. },
  1340. {
  1341. "location":"location",
  1342. "action":"tau__",
  1343. "guard":{
  1344. "exp":{
  1345. "op":"∧",
  1346. "left":{
  1347. "op":"=",
  1348. "left":"p1",
  1349. "right":14
  1350. },
  1351. "right":{
  1352. "op":"¬",
  1353. "exp":{
  1354. "op":"∧",
  1355. "left":{
  1356. "op":"¬",
  1357. "exp":{
  1358. "op":"∧",
  1359. "left":{
  1360. "op":"≥",
  1361. "left":"p2",
  1362. "right":2
  1363. },
  1364. "right":{
  1365. "op":"≤",
  1366. "left":"p2",
  1367. "right":3
  1368. }
  1369. }
  1370. },
  1371. "right":{
  1372. "op":"¬",
  1373. "exp":{
  1374. "op":"∧",
  1375. "left":{
  1376. "op":"≥",
  1377. "left":"p3",
  1378. "right":2
  1379. },
  1380. "right":{
  1381. "op":"≤",
  1382. "left":"p3",
  1383. "right":3
  1384. }
  1385. }
  1386. }
  1387. }
  1388. }
  1389. }
  1390. },
  1391. "destinations":[
  1392. {
  1393. "probability":{
  1394. "exp":1
  1395. },
  1396. "location":"location",
  1397. "assignments":[
  1398. {
  1399. "ref":"p1",
  1400. "value":14
  1401. }
  1402. ],
  1403. "observables":[
  1404. ]
  1405. }
  1406. ]
  1407. },
  1408. {
  1409. "location":"location",
  1410. "action":"tau__",
  1411. "guard":{
  1412. "exp":{
  1413. "op":"=",
  1414. "left":"p1",
  1415. "right":15
  1416. }
  1417. },
  1418. "destinations":[
  1419. {
  1420. "probability":{
  1421. "exp":1
  1422. },
  1423. "location":"location",
  1424. "assignments":[
  1425. {
  1426. "ref":"p1",
  1427. "value":0
  1428. }
  1429. ],
  1430. "observables":[
  1431. ]
  1432. }
  1433. ]
  1434. }
  1435. ]
  1436. },
  1437. {
  1438. "name":"process2",
  1439. "locations":[
  1440. {
  1441. "name":"location"
  1442. }
  1443. ],
  1444. "initial-locations":[
  1445. "location"
  1446. ],
  1447. "edges":[
  1448. {
  1449. "location":"location",
  1450. "action":"tau__",
  1451. "guard":{
  1452. "exp":{
  1453. "op":"=",
  1454. "left":"p2",
  1455. "right":0
  1456. }
  1457. },
  1458. "destinations":[
  1459. {
  1460. "probability":{
  1461. "exp":1
  1462. },
  1463. "location":"location",
  1464. "assignments":[
  1465. {
  1466. "ref":"p2",
  1467. "value":0
  1468. }
  1469. ],
  1470. "observables":[
  1471. ]
  1472. }
  1473. ]
  1474. },
  1475. {
  1476. "location":"location",
  1477. "action":"tau__",
  1478. "guard":{
  1479. "exp":{
  1480. "op":"=",
  1481. "left":"p2",
  1482. "right":0
  1483. }
  1484. },
  1485. "destinations":[
  1486. {
  1487. "probability":{
  1488. "exp":1
  1489. },
  1490. "location":"location",
  1491. "assignments":[
  1492. {
  1493. "ref":"p2",
  1494. "value":1
  1495. }
  1496. ],
  1497. "observables":[
  1498. ]
  1499. }
  1500. ]
  1501. },
  1502. {
  1503. "location":"location",
  1504. "action":"tau__",
  1505. "guard":{
  1506. "exp":{
  1507. "op":"=",
  1508. "left":"p2",
  1509. "right":1
  1510. }
  1511. },
  1512. "destinations":[
  1513. {
  1514. "probability":{
  1515. "exp":1
  1516. },
  1517. "location":"location",
  1518. "assignments":[
  1519. {
  1520. "ref":"p2",
  1521. "value":2
  1522. }
  1523. ],
  1524. "observables":[
  1525. ]
  1526. }
  1527. ]
  1528. },
  1529. {
  1530. "location":"location",
  1531. "action":"tau__",
  1532. "guard":{
  1533. "exp":{
  1534. "op":"∧",
  1535. "left":{
  1536. "op":"=",
  1537. "left":"p2",
  1538. "right":2
  1539. },
  1540. "right":{
  1541. "op":"∨",
  1542. "left":{
  1543. "op":"∧",
  1544. "left":{
  1545. "op":"¬",
  1546. "exp":{
  1547. "op":"∧",
  1548. "left":{
  1549. "op":"≥",
  1550. "left":"p1",
  1551. "right":4
  1552. },
  1553. "right":{
  1554. "op":"≤",
  1555. "left":"p1",
  1556. "right":13
  1557. }
  1558. }
  1559. },
  1560. "right":{
  1561. "op":"¬",
  1562. "exp":{
  1563. "op":"∧",
  1564. "left":{
  1565. "op":"≥",
  1566. "left":"p3",
  1567. "right":4
  1568. },
  1569. "right":{
  1570. "op":"≤",
  1571. "left":"p3",
  1572. "right":13
  1573. }
  1574. }
  1575. }
  1576. },
  1577. "right":{
  1578. "op":"∨",
  1579. "left":{
  1580. "op":"∧",
  1581. "left":{
  1582. "op":"≥",
  1583. "left":"p1",
  1584. "right":14
  1585. },
  1586. "right":{
  1587. "op":"≤",
  1588. "left":"p1",
  1589. "right":15
  1590. }
  1591. },
  1592. "right":{
  1593. "op":"∧",
  1594. "left":{
  1595. "op":"≥",
  1596. "left":"p3",
  1597. "right":14
  1598. },
  1599. "right":{
  1600. "op":"≤",
  1601. "left":"p3",
  1602. "right":15
  1603. }
  1604. }
  1605. }
  1606. }
  1607. }
  1608. },
  1609. "destinations":[
  1610. {
  1611. "probability":{
  1612. "exp":1
  1613. },
  1614. "location":"location",
  1615. "assignments":[
  1616. {
  1617. "ref":"p2",
  1618. "value":3
  1619. }
  1620. ],
  1621. "observables":[
  1622. ]
  1623. }
  1624. ]
  1625. },
  1626. {
  1627. "location":"location",
  1628. "action":"tau__",
  1629. "guard":{
  1630. "exp":{
  1631. "op":"∧",
  1632. "left":{
  1633. "op":"=",
  1634. "left":"p2",
  1635. "right":2
  1636. },
  1637. "right":{
  1638. "op":"¬",
  1639. "exp":{
  1640. "op":"∨",
  1641. "left":{
  1642. "op":"∧",
  1643. "left":{
  1644. "op":"¬",
  1645. "exp":{
  1646. "op":"∧",
  1647. "left":{
  1648. "op":"≥",
  1649. "left":"p1",
  1650. "right":4
  1651. },
  1652. "right":{
  1653. "op":"≤",
  1654. "left":"p1",
  1655. "right":13
  1656. }
  1657. }
  1658. },
  1659. "right":{
  1660. "op":"¬",
  1661. "exp":{
  1662. "op":"∧",
  1663. "left":{
  1664. "op":"≥",
  1665. "left":"p3",
  1666. "right":4
  1667. },
  1668. "right":{
  1669. "op":"≤",
  1670. "left":"p3",
  1671. "right":13
  1672. }
  1673. }
  1674. }
  1675. },
  1676. "right":{
  1677. "op":"∨",
  1678. "left":{
  1679. "op":"∧",
  1680. "left":{
  1681. "op":"≥",
  1682. "left":"p1",
  1683. "right":14
  1684. },
  1685. "right":{
  1686. "op":"≤",
  1687. "left":"p1",
  1688. "right":15
  1689. }
  1690. },
  1691. "right":{
  1692. "op":"∧",
  1693. "left":{
  1694. "op":"≥",
  1695. "left":"p3",
  1696. "right":14
  1697. },
  1698. "right":{
  1699. "op":"≤",
  1700. "left":"p3",
  1701. "right":15
  1702. }
  1703. }
  1704. }
  1705. }
  1706. }
  1707. }
  1708. },
  1709. "destinations":[
  1710. {
  1711. "probability":{
  1712. "exp":1
  1713. },
  1714. "location":"location",
  1715. "assignments":[
  1716. {
  1717. "ref":"p2",
  1718. "value":2
  1719. }
  1720. ],
  1721. "observables":[
  1722. ]
  1723. }
  1724. ]
  1725. },
  1726. {
  1727. "location":"location",
  1728. "action":"tau__",
  1729. "guard":{
  1730. "exp":{
  1731. "op":"=",
  1732. "left":"p2",
  1733. "right":3
  1734. }
  1735. },
  1736. "destinations":[
  1737. {
  1738. "probability":{
  1739. "exp":1
  1740. },
  1741. "location":"location",
  1742. "assignments":[
  1743. {
  1744. "ref":"p2",
  1745. "value":4
  1746. }
  1747. ],
  1748. "observables":[
  1749. ]
  1750. }
  1751. ]
  1752. },
  1753. {
  1754. "location":"location",
  1755. "action":"tau__",
  1756. "guard":{
  1757. "exp":{
  1758. "op":"=",
  1759. "left":"p2",
  1760. "right":3
  1761. }
  1762. },
  1763. "destinations":[
  1764. {
  1765. "probability":{
  1766. "exp":1
  1767. },
  1768. "location":"location",
  1769. "assignments":[
  1770. {
  1771. "ref":"p2",
  1772. "value":7
  1773. }
  1774. ],
  1775. "observables":[
  1776. ]
  1777. }
  1778. ]
  1779. },
  1780. {
  1781. "location":"location",
  1782. "action":"tau__",
  1783. "guard":{
  1784. "exp":{
  1785. "op":"∧",
  1786. "left":{
  1787. "op":"=",
  1788. "left":"p2",
  1789. "right":4
  1790. },
  1791. "right":{
  1792. "op":"∨",
  1793. "left":{
  1794. "op":"∨",
  1795. "left":{
  1796. "op":"∧",
  1797. "left":{
  1798. "op":"≥",
  1799. "left":"p1",
  1800. "right":4
  1801. },
  1802. "right":{
  1803. "op":"≤",
  1804. "left":"p1",
  1805. "right":5
  1806. }
  1807. },
  1808. "right":{
  1809. "op":"∧",
  1810. "left":{
  1811. "op":"≥",
  1812. "left":"p1",
  1813. "right":10
  1814. },
  1815. "right":{
  1816. "op":"≤",
  1817. "left":"p1",
  1818. "right":15
  1819. }
  1820. }
  1821. },
  1822. "right":{
  1823. "op":"∨",
  1824. "left":{
  1825. "op":"∧",
  1826. "left":{
  1827. "op":"≥",
  1828. "left":"p3",
  1829. "right":4
  1830. },
  1831. "right":{
  1832. "op":"≤",
  1833. "left":"p3",
  1834. "right":5
  1835. }
  1836. },
  1837. "right":{
  1838. "op":"∧",
  1839. "left":{
  1840. "op":"≥",
  1841. "left":"p3",
  1842. "right":10
  1843. },
  1844. "right":{
  1845. "op":"≤",
  1846. "left":"p3",
  1847. "right":15
  1848. }
  1849. }
  1850. }
  1851. }
  1852. }
  1853. },
  1854. "destinations":[
  1855. {
  1856. "probability":{
  1857. "exp":1
  1858. },
  1859. "location":"location",
  1860. "assignments":[
  1861. {
  1862. "ref":"p2",
  1863. "value":5
  1864. }
  1865. ],
  1866. "observables":[
  1867. ]
  1868. }
  1869. ]
  1870. },
  1871. {
  1872. "location":"location",
  1873. "action":"tau__",
  1874. "guard":{
  1875. "exp":{
  1876. "op":"∧",
  1877. "left":{
  1878. "op":"=",
  1879. "left":"p2",
  1880. "right":4
  1881. },
  1882. "right":{
  1883. "op":"¬",
  1884. "exp":{
  1885. "op":"∨",
  1886. "left":{
  1887. "op":"∨",
  1888. "left":{
  1889. "op":"∧",
  1890. "left":{
  1891. "op":"≥",
  1892. "left":"p1",
  1893. "right":4
  1894. },
  1895. "right":{
  1896. "op":"≤",
  1897. "left":"p1",
  1898. "right":5
  1899. }
  1900. },
  1901. "right":{
  1902. "op":"∧",
  1903. "left":{
  1904. "op":"≥",
  1905. "left":"p1",
  1906. "right":10
  1907. },
  1908. "right":{
  1909. "op":"≤",
  1910. "left":"p1",
  1911. "right":15
  1912. }
  1913. }
  1914. },
  1915. "right":{
  1916. "op":"∨",
  1917. "left":{
  1918. "op":"∧",
  1919. "left":{
  1920. "op":"≥",
  1921. "left":"p3",
  1922. "right":4
  1923. },
  1924. "right":{
  1925. "op":"≤",
  1926. "left":"p3",
  1927. "right":5
  1928. }
  1929. },
  1930. "right":{
  1931. "op":"∧",
  1932. "left":{
  1933. "op":"≥",
  1934. "left":"p3",
  1935. "right":10
  1936. },
  1937. "right":{
  1938. "op":"≤",
  1939. "left":"p3",
  1940. "right":15
  1941. }
  1942. }
  1943. }
  1944. }
  1945. }
  1946. }
  1947. },
  1948. "destinations":[
  1949. {
  1950. "probability":{
  1951. "exp":1
  1952. },
  1953. "location":"location",
  1954. "assignments":[
  1955. {
  1956. "ref":"p2",
  1957. "value":10
  1958. }
  1959. ],
  1960. "observables":[
  1961. ]
  1962. }
  1963. ]
  1964. },
  1965. {
  1966. "location":"location",
  1967. "action":"tau__",
  1968. "guard":{
  1969. "exp":{
  1970. "op":"=",
  1971. "left":"p2",
  1972. "right":5
  1973. }
  1974. },
  1975. "destinations":[
  1976. {
  1977. "probability":{
  1978. "exp":1
  1979. },
  1980. "location":"location",
  1981. "assignments":[
  1982. {
  1983. "ref":"p2",
  1984. "value":6
  1985. }
  1986. ],
  1987. "observables":[
  1988. ]
  1989. }
  1990. ]
  1991. },
  1992. {
  1993. "location":"location",
  1994. "action":"tau__",
  1995. "guard":{
  1996. "exp":{
  1997. "op":"∧",
  1998. "left":{
  1999. "op":"=",
  2000. "left":"p2",
  2001. "right":6
  2002. },
  2003. "right":{
  2004. "op":"∨",
  2005. "left":{
  2006. "op":"∨",
  2007. "left":{
  2008. "op":"∧",
  2009. "left":{
  2010. "op":"≥",
  2011. "left":"p1",
  2012. "right":4
  2013. },
  2014. "right":{
  2015. "op":"≤",
  2016. "left":"p1",
  2017. "right":5
  2018. }
  2019. },
  2020. "right":{
  2021. "op":"∧",
  2022. "left":{
  2023. "op":"≥",
  2024. "left":"p1",
  2025. "right":10
  2026. },
  2027. "right":{
  2028. "op":"≤",
  2029. "left":"p1",
  2030. "right":15
  2031. }
  2032. }
  2033. },
  2034. "right":{
  2035. "op":"∨",
  2036. "left":{
  2037. "op":"∧",
  2038. "left":{
  2039. "op":"≥",
  2040. "left":"p3",
  2041. "right":4
  2042. },
  2043. "right":{
  2044. "op":"≤",
  2045. "left":"p3",
  2046. "right":5
  2047. }
  2048. },
  2049. "right":{
  2050. "op":"∧",
  2051. "left":{
  2052. "op":"≥",
  2053. "left":"p3",
  2054. "right":10
  2055. },
  2056. "right":{
  2057. "op":"≤",
  2058. "left":"p3",
  2059. "right":15
  2060. }
  2061. }
  2062. }
  2063. }
  2064. }
  2065. },
  2066. "destinations":[
  2067. {
  2068. "probability":{
  2069. "exp":1
  2070. },
  2071. "location":"location",
  2072. "assignments":[
  2073. {
  2074. "ref":"p2",
  2075. "value":6
  2076. }
  2077. ],
  2078. "observables":[
  2079. ]
  2080. }
  2081. ]
  2082. },
  2083. {
  2084. "location":"location",
  2085. "action":"tau__",
  2086. "guard":{
  2087. "exp":{
  2088. "op":"∧",
  2089. "left":{
  2090. "op":"=",
  2091. "left":"p2",
  2092. "right":6
  2093. },
  2094. "right":{
  2095. "op":"¬",
  2096. "exp":{
  2097. "op":"∨",
  2098. "left":{
  2099. "op":"∨",
  2100. "left":{
  2101. "op":"∧",
  2102. "left":{
  2103. "op":"≥",
  2104. "left":"p1",
  2105. "right":4
  2106. },
  2107. "right":{
  2108. "op":"≤",
  2109. "left":"p1",
  2110. "right":5
  2111. }
  2112. },
  2113. "right":{
  2114. "op":"∧",
  2115. "left":{
  2116. "op":"≥",
  2117. "left":"p1",
  2118. "right":10
  2119. },
  2120. "right":{
  2121. "op":"≤",
  2122. "left":"p1",
  2123. "right":15
  2124. }
  2125. }
  2126. },
  2127. "right":{
  2128. "op":"∨",
  2129. "left":{
  2130. "op":"∧",
  2131. "left":{
  2132. "op":"≥",
  2133. "left":"p3",
  2134. "right":4
  2135. },
  2136. "right":{
  2137. "op":"≤",
  2138. "left":"p3",
  2139. "right":5
  2140. }
  2141. },
  2142. "right":{
  2143. "op":"∧",
  2144. "left":{
  2145. "op":"≥",
  2146. "left":"p3",
  2147. "right":10
  2148. },
  2149. "right":{
  2150. "op":"≤",
  2151. "left":"p3",
  2152. "right":15
  2153. }
  2154. }
  2155. }
  2156. }
  2157. }
  2158. }
  2159. },
  2160. "destinations":[
  2161. {
  2162. "probability":{
  2163. "exp":1
  2164. },
  2165. "location":"location",
  2166. "assignments":[
  2167. {
  2168. "ref":"p2",
  2169. "value":9
  2170. }
  2171. ],
  2172. "observables":[
  2173. ]
  2174. }
  2175. ]
  2176. },
  2177. {
  2178. "location":"location",
  2179. "action":"tau__",
  2180. "guard":{
  2181. "exp":{
  2182. "op":"∧",
  2183. "left":{
  2184. "op":"=",
  2185. "left":"p2",
  2186. "right":7
  2187. },
  2188. "right":{
  2189. "op":"∧",
  2190. "left":{
  2191. "op":"∨",
  2192. "left":{
  2193. "op":"∧",
  2194. "left":{
  2195. "op":"≥",
  2196. "left":"p1",
  2197. "right":0
  2198. },
  2199. "right":{
  2200. "op":"≤",
  2201. "left":"p1",
  2202. "right":3
  2203. }
  2204. },
  2205. "right":{
  2206. "op":"∧",
  2207. "left":{
  2208. "op":"≥",
  2209. "left":"p1",
  2210. "right":7
  2211. },
  2212. "right":{
  2213. "op":"≤",
  2214. "left":"p1",
  2215. "right":8
  2216. }
  2217. }
  2218. },
  2219. "right":{
  2220. "op":"∨",
  2221. "left":{
  2222. "op":"∧",
  2223. "left":{
  2224. "op":"≥",
  2225. "left":"p3",
  2226. "right":0
  2227. },
  2228. "right":{
  2229. "op":"≤",
  2230. "left":"p3",
  2231. "right":3
  2232. }
  2233. },
  2234. "right":{
  2235. "op":"∧",
  2236. "left":{
  2237. "op":"≥",
  2238. "left":"p3",
  2239. "right":7
  2240. },
  2241. "right":{
  2242. "op":"≤",
  2243. "left":"p3",
  2244. "right":8
  2245. }
  2246. }
  2247. }
  2248. }
  2249. }
  2250. },
  2251. "destinations":[
  2252. {
  2253. "probability":{
  2254. "exp":1
  2255. },
  2256. "location":"location",
  2257. "assignments":[
  2258. {
  2259. "ref":"p2",
  2260. "value":8
  2261. }
  2262. ],
  2263. "observables":[
  2264. ]
  2265. }
  2266. ]
  2267. },
  2268. {
  2269. "location":"location",
  2270. "action":"tau__",
  2271. "guard":{
  2272. "exp":{
  2273. "op":"∧",
  2274. "left":{
  2275. "op":"=",
  2276. "left":"p2",
  2277. "right":7
  2278. },
  2279. "right":{
  2280. "op":"¬",
  2281. "exp":{
  2282. "op":"∧",
  2283. "left":{
  2284. "op":"∨",
  2285. "left":{
  2286. "op":"∧",
  2287. "left":{
  2288. "op":"≥",
  2289. "left":"p1",
  2290. "right":0
  2291. },
  2292. "right":{
  2293. "op":"≤",
  2294. "left":"p1",
  2295. "right":3
  2296. }
  2297. },
  2298. "right":{
  2299. "op":"∧",
  2300. "left":{
  2301. "op":"≥",
  2302. "left":"p1",
  2303. "right":7
  2304. },
  2305. "right":{
  2306. "op":"≤",
  2307. "left":"p1",
  2308. "right":8
  2309. }
  2310. }
  2311. },
  2312. "right":{
  2313. "op":"∨",
  2314. "left":{
  2315. "op":"∧",
  2316. "left":{
  2317. "op":"≥",
  2318. "left":"p3",
  2319. "right":0
  2320. },
  2321. "right":{
  2322. "op":"≤",
  2323. "left":"p3",
  2324. "right":3
  2325. }
  2326. },
  2327. "right":{
  2328. "op":"∧",
  2329. "left":{
  2330. "op":"≥",
  2331. "left":"p3",
  2332. "right":7
  2333. },
  2334. "right":{
  2335. "op":"≤",
  2336. "left":"p3",
  2337. "right":8
  2338. }
  2339. }
  2340. }
  2341. }
  2342. }
  2343. }
  2344. },
  2345. "destinations":[
  2346. {
  2347. "probability":{
  2348. "exp":1
  2349. },
  2350. "location":"location",
  2351. "assignments":[
  2352. {
  2353. "ref":"p2",
  2354. "value":7
  2355. }
  2356. ],
  2357. "observables":[
  2358. ]
  2359. }
  2360. ]
  2361. },
  2362. {
  2363. "location":"location",
  2364. "action":"tau__",
  2365. "guard":{
  2366. "exp":{
  2367. "op":"=",
  2368. "left":"p2",
  2369. "right":8
  2370. }
  2371. },
  2372. "destinations":[
  2373. {
  2374. "probability":{
  2375. "exp":1
  2376. },
  2377. "location":"location",
  2378. "assignments":[
  2379. {
  2380. "ref":"p2",
  2381. "value":9
  2382. }
  2383. ],
  2384. "observables":[
  2385. ]
  2386. }
  2387. ]
  2388. },
  2389. {
  2390. "location":"location",
  2391. "action":"tau__",
  2392. "guard":{
  2393. "exp":{
  2394. "op":"=",
  2395. "left":"p2",
  2396. "right":9
  2397. }
  2398. },
  2399. "destinations":[
  2400. {
  2401. "probability":{
  2402. "exp":0.5000000
  2403. },
  2404. "location":"location",
  2405. "assignments":[
  2406. {
  2407. "ref":"p2",
  2408. "value":4
  2409. }
  2410. ],
  2411. "observables":[
  2412. ]
  2413. },
  2414. {
  2415. "probability":{
  2416. "exp":0.5000000
  2417. },
  2418. "location":"location",
  2419. "assignments":[
  2420. {
  2421. "ref":"p2",
  2422. "value":7
  2423. }
  2424. ],
  2425. "observables":[
  2426. ]
  2427. }
  2428. ]
  2429. },
  2430. {
  2431. "location":"location",
  2432. "action":"tau__",
  2433. "guard":{
  2434. "exp":{
  2435. "op":"=",
  2436. "left":"p2",
  2437. "right":10
  2438. }
  2439. },
  2440. "destinations":[
  2441. {
  2442. "probability":{
  2443. "exp":1
  2444. },
  2445. "location":"location",
  2446. "assignments":[
  2447. {
  2448. "ref":"p2",
  2449. "value":11
  2450. }
  2451. ],
  2452. "observables":[
  2453. ]
  2454. }
  2455. ]
  2456. },
  2457. {
  2458. "location":"location",
  2459. "action":"tau__",
  2460. "guard":{
  2461. "exp":{
  2462. "op":"∧",
  2463. "left":{
  2464. "op":"=",
  2465. "left":"p2",
  2466. "right":11
  2467. },
  2468. "right":{
  2469. "op":"∧",
  2470. "left":{
  2471. "op":"¬",
  2472. "exp":{
  2473. "op":"∧",
  2474. "left":{
  2475. "op":"≥",
  2476. "left":"p1",
  2477. "right":4
  2478. },
  2479. "right":{
  2480. "op":"≤",
  2481. "left":"p1",
  2482. "right":13
  2483. }
  2484. }
  2485. },
  2486. "right":{
  2487. "op":"¬",
  2488. "exp":{
  2489. "op":"∧",
  2490. "left":{
  2491. "op":"≥",
  2492. "left":"p3",
  2493. "right":4
  2494. },
  2495. "right":{
  2496. "op":"≤",
  2497. "left":"p3",
  2498. "right":13
  2499. }
  2500. }
  2501. }
  2502. }
  2503. }
  2504. },
  2505. "destinations":[
  2506. {
  2507. "probability":{
  2508. "exp":1
  2509. },
  2510. "location":"location",
  2511. "assignments":[
  2512. {
  2513. "ref":"p2",
  2514. "value":13
  2515. }
  2516. ],
  2517. "observables":[
  2518. ]
  2519. }
  2520. ]
  2521. },
  2522. {
  2523. "location":"location",
  2524. "action":"tau__",
  2525. "guard":{
  2526. "exp":{
  2527. "op":"∧",
  2528. "left":{
  2529. "op":"=",
  2530. "left":"p2",
  2531. "right":11
  2532. },
  2533. "right":{
  2534. "op":"¬",
  2535. "exp":{
  2536. "op":"∧",
  2537. "left":{
  2538. "op":"¬",
  2539. "exp":{
  2540. "op":"∧",
  2541. "left":{
  2542. "op":"≥",
  2543. "left":"p1",
  2544. "right":4
  2545. },
  2546. "right":{
  2547. "op":"≤",
  2548. "left":"p1",
  2549. "right":13
  2550. }
  2551. }
  2552. },
  2553. "right":{
  2554. "op":"¬",
  2555. "exp":{
  2556. "op":"∧",
  2557. "left":{
  2558. "op":"≥",
  2559. "left":"p3",
  2560. "right":4
  2561. },
  2562. "right":{
  2563. "op":"≤",
  2564. "left":"p3",
  2565. "right":13
  2566. }
  2567. }
  2568. }
  2569. }
  2570. }
  2571. }
  2572. },
  2573. "destinations":[
  2574. {
  2575. "probability":{
  2576. "exp":1
  2577. },
  2578. "location":"location",
  2579. "assignments":[
  2580. {
  2581. "ref":"p2",
  2582. "value":12
  2583. }
  2584. ],
  2585. "observables":[
  2586. ]
  2587. }
  2588. ]
  2589. },
  2590. {
  2591. "location":"location",
  2592. "action":"tau__",
  2593. "guard":{
  2594. "exp":{
  2595. "op":"=",
  2596. "left":"p2",
  2597. "right":12
  2598. }
  2599. },
  2600. "destinations":[
  2601. {
  2602. "probability":{
  2603. "exp":1
  2604. },
  2605. "location":"location",
  2606. "assignments":[
  2607. {
  2608. "ref":"p2",
  2609. "value":0
  2610. }
  2611. ],
  2612. "observables":[
  2613. ]
  2614. }
  2615. ]
  2616. },
  2617. {
  2618. "location":"location",
  2619. "action":"tau__",
  2620. "guard":{
  2621. "exp":{
  2622. "op":"=",
  2623. "left":"p2",
  2624. "right":13
  2625. }
  2626. },
  2627. "destinations":[
  2628. {
  2629. "probability":{
  2630. "exp":1
  2631. },
  2632. "location":"location",
  2633. "assignments":[
  2634. {
  2635. "ref":"p2",
  2636. "value":14
  2637. }
  2638. ],
  2639. "observables":[
  2640. ]
  2641. }
  2642. ]
  2643. },
  2644. {
  2645. "location":"location",
  2646. "action":"tau__",
  2647. "guard":{
  2648. "exp":{
  2649. "op":"∧",
  2650. "left":{
  2651. "op":"=",
  2652. "left":"p2",
  2653. "right":14
  2654. },
  2655. "right":{
  2656. "op":"∧",
  2657. "left":{
  2658. "op":"¬",
  2659. "exp":{
  2660. "op":"∧",
  2661. "left":{
  2662. "op":"≥",
  2663. "left":"p1",
  2664. "right":2
  2665. },
  2666. "right":{
  2667. "op":"≤",
  2668. "left":"p1",
  2669. "right":3
  2670. }
  2671. }
  2672. },
  2673. "right":{
  2674. "op":"¬",
  2675. "exp":{
  2676. "op":"∧",
  2677. "left":{
  2678. "op":"≥",
  2679. "left":"p3",
  2680. "right":2
  2681. },
  2682. "right":{
  2683. "op":"≤",
  2684. "left":"p3",
  2685. "right":3
  2686. }
  2687. }
  2688. }
  2689. }
  2690. }
  2691. },
  2692. "destinations":[
  2693. {
  2694. "probability":{
  2695. "exp":1
  2696. },
  2697. "location":"location",
  2698. "assignments":[
  2699. {
  2700. "ref":"p2",
  2701. "value":15
  2702. }
  2703. ],
  2704. "observables":[
  2705. ]
  2706. }
  2707. ]
  2708. },
  2709. {
  2710. "location":"location",
  2711. "action":"tau__",
  2712. "guard":{
  2713. "exp":{
  2714. "op":"∧",
  2715. "left":{
  2716. "op":"=",
  2717. "left":"p2",
  2718. "right":14
  2719. },
  2720. "right":{
  2721. "op":"¬",
  2722. "exp":{
  2723. "op":"∧",
  2724. "left":{
  2725. "op":"¬",
  2726. "exp":{
  2727. "op":"∧",
  2728. "left":{
  2729. "op":"≥",
  2730. "left":"p1",
  2731. "right":2
  2732. },
  2733. "right":{
  2734. "op":"≤",
  2735. "left":"p1",
  2736. "right":3
  2737. }
  2738. }
  2739. },
  2740. "right":{
  2741. "op":"¬",
  2742. "exp":{
  2743. "op":"∧",
  2744. "left":{
  2745. "op":"≥",
  2746. "left":"p3",
  2747. "right":2
  2748. },
  2749. "right":{
  2750. "op":"≤",
  2751. "left":"p3",
  2752. "right":3
  2753. }
  2754. }
  2755. }
  2756. }
  2757. }
  2758. }
  2759. },
  2760. "destinations":[
  2761. {
  2762. "probability":{
  2763. "exp":1
  2764. },
  2765. "location":"location",
  2766. "assignments":[
  2767. {
  2768. "ref":"p2",
  2769. "value":14
  2770. }
  2771. ],
  2772. "observables":[
  2773. ]
  2774. }
  2775. ]
  2776. },
  2777. {
  2778. "location":"location",
  2779. "action":"tau__",
  2780. "guard":{
  2781. "exp":{
  2782. "op":"=",
  2783. "left":"p2",
  2784. "right":15
  2785. }
  2786. },
  2787. "destinations":[
  2788. {
  2789. "probability":{
  2790. "exp":1
  2791. },
  2792. "location":"location",
  2793. "assignments":[
  2794. {
  2795. "ref":"p2",
  2796. "value":0
  2797. }
  2798. ],
  2799. "observables":[
  2800. ]
  2801. }
  2802. ]
  2803. }
  2804. ]
  2805. },
  2806. {
  2807. "name":"process3",
  2808. "locations":[
  2809. {
  2810. "name":"location"
  2811. }
  2812. ],
  2813. "initial-locations":[
  2814. "location"
  2815. ],
  2816. "edges":[
  2817. {
  2818. "location":"location",
  2819. "action":"tau__",
  2820. "guard":{
  2821. "exp":{
  2822. "op":"=",
  2823. "left":"p3",
  2824. "right":0
  2825. }
  2826. },
  2827. "destinations":[
  2828. {
  2829. "probability":{
  2830. "exp":1
  2831. },
  2832. "location":"location",
  2833. "assignments":[
  2834. {
  2835. "ref":"p3",
  2836. "value":0
  2837. }
  2838. ],
  2839. "observables":[
  2840. ]
  2841. }
  2842. ]
  2843. },
  2844. {
  2845. "location":"location",
  2846. "action":"tau__",
  2847. "guard":{
  2848. "exp":{
  2849. "op":"=",
  2850. "left":"p3",
  2851. "right":0
  2852. }
  2853. },
  2854. "destinations":[
  2855. {
  2856. "probability":{
  2857. "exp":1
  2858. },
  2859. "location":"location",
  2860. "assignments":[
  2861. {
  2862. "ref":"p3",
  2863. "value":1
  2864. }
  2865. ],
  2866. "observables":[
  2867. ]
  2868. }
  2869. ]
  2870. },
  2871. {
  2872. "location":"location",
  2873. "action":"tau__",
  2874. "guard":{
  2875. "exp":{
  2876. "op":"=",
  2877. "left":"p3",
  2878. "right":1
  2879. }
  2880. },
  2881. "destinations":[
  2882. {
  2883. "probability":{
  2884. "exp":1
  2885. },
  2886. "location":"location",
  2887. "assignments":[
  2888. {
  2889. "ref":"p3",
  2890. "value":2
  2891. }
  2892. ],
  2893. "observables":[
  2894. ]
  2895. }
  2896. ]
  2897. },
  2898. {
  2899. "location":"location",
  2900. "action":"tau__",
  2901. "guard":{
  2902. "exp":{
  2903. "op":"∧",
  2904. "left":{
  2905. "op":"=",
  2906. "left":"p3",
  2907. "right":2
  2908. },
  2909. "right":{
  2910. "op":"∨",
  2911. "left":{
  2912. "op":"∧",
  2913. "left":{
  2914. "op":"¬",
  2915. "exp":{
  2916. "op":"∧",
  2917. "left":{
  2918. "op":"≥",
  2919. "left":"p2",
  2920. "right":4
  2921. },
  2922. "right":{
  2923. "op":"≤",
  2924. "left":"p2",
  2925. "right":13
  2926. }
  2927. }
  2928. },
  2929. "right":{
  2930. "op":"¬",
  2931. "exp":{
  2932. "op":"∧",
  2933. "left":{
  2934. "op":"≥",
  2935. "left":"p1",
  2936. "right":4
  2937. },
  2938. "right":{
  2939. "op":"≤",
  2940. "left":"p1",
  2941. "right":13
  2942. }
  2943. }
  2944. }
  2945. },
  2946. "right":{
  2947. "op":"∨",
  2948. "left":{
  2949. "op":"∧",
  2950. "left":{
  2951. "op":"≥",
  2952. "left":"p2",
  2953. "right":14
  2954. },
  2955. "right":{
  2956. "op":"≤",
  2957. "left":"p2",
  2958. "right":15
  2959. }
  2960. },
  2961. "right":{
  2962. "op":"∧",
  2963. "left":{
  2964. "op":"≥",
  2965. "left":"p1",
  2966. "right":14
  2967. },
  2968. "right":{
  2969. "op":"≤",
  2970. "left":"p1",
  2971. "right":15
  2972. }
  2973. }
  2974. }
  2975. }
  2976. }
  2977. },
  2978. "destinations":[
  2979. {
  2980. "probability":{
  2981. "exp":1
  2982. },
  2983. "location":"location",
  2984. "assignments":[
  2985. {
  2986. "ref":"p3",
  2987. "value":3
  2988. }
  2989. ],
  2990. "observables":[
  2991. ]
  2992. }
  2993. ]
  2994. },
  2995. {
  2996. "location":"location",
  2997. "action":"tau__",
  2998. "guard":{
  2999. "exp":{
  3000. "op":"∧",
  3001. "left":{
  3002. "op":"=",
  3003. "left":"p3",
  3004. "right":2
  3005. },
  3006. "right":{
  3007. "op":"¬",
  3008. "exp":{
  3009. "op":"∨",
  3010. "left":{
  3011. "op":"∧",
  3012. "left":{
  3013. "op":"¬",
  3014. "exp":{
  3015. "op":"∧",
  3016. "left":{
  3017. "op":"≥",
  3018. "left":"p2",
  3019. "right":4
  3020. },
  3021. "right":{
  3022. "op":"≤",
  3023. "left":"p2",
  3024. "right":13
  3025. }
  3026. }
  3027. },
  3028. "right":{
  3029. "op":"¬",
  3030. "exp":{
  3031. "op":"∧",
  3032. "left":{
  3033. "op":"≥",
  3034. "left":"p1",
  3035. "right":4
  3036. },
  3037. "right":{
  3038. "op":"≤",
  3039. "left":"p1",
  3040. "right":13
  3041. }
  3042. }
  3043. }
  3044. },
  3045. "right":{
  3046. "op":"∨",
  3047. "left":{
  3048. "op":"∧",
  3049. "left":{
  3050. "op":"≥",
  3051. "left":"p2",
  3052. "right":14
  3053. },
  3054. "right":{
  3055. "op":"≤",
  3056. "left":"p2",
  3057. "right":15
  3058. }
  3059. },
  3060. "right":{
  3061. "op":"∧",
  3062. "left":{
  3063. "op":"≥",
  3064. "left":"p1",
  3065. "right":14
  3066. },
  3067. "right":{
  3068. "op":"≤",
  3069. "left":"p1",
  3070. "right":15
  3071. }
  3072. }
  3073. }
  3074. }
  3075. }
  3076. }
  3077. },
  3078. "destinations":[
  3079. {
  3080. "probability":{
  3081. "exp":1
  3082. },
  3083. "location":"location",
  3084. "assignments":[
  3085. {
  3086. "ref":"p3",
  3087. "value":2
  3088. }
  3089. ],
  3090. "observables":[
  3091. ]
  3092. }
  3093. ]
  3094. },
  3095. {
  3096. "location":"location",
  3097. "action":"tau__",
  3098. "guard":{
  3099. "exp":{
  3100. "op":"=",
  3101. "left":"p3",
  3102. "right":3
  3103. }
  3104. },
  3105. "destinations":[
  3106. {
  3107. "probability":{
  3108. "exp":1
  3109. },
  3110. "location":"location",
  3111. "assignments":[
  3112. {
  3113. "ref":"p3",
  3114. "value":4
  3115. }
  3116. ],
  3117. "observables":[
  3118. ]
  3119. }
  3120. ]
  3121. },
  3122. {
  3123. "location":"location",
  3124. "action":"tau__",
  3125. "guard":{
  3126. "exp":{
  3127. "op":"=",
  3128. "left":"p3",
  3129. "right":3
  3130. }
  3131. },
  3132. "destinations":[
  3133. {
  3134. "probability":{
  3135. "exp":1
  3136. },
  3137. "location":"location",
  3138. "assignments":[
  3139. {
  3140. "ref":"p3",
  3141. "value":7
  3142. }
  3143. ],
  3144. "observables":[
  3145. ]
  3146. }
  3147. ]
  3148. },
  3149. {
  3150. "location":"location",
  3151. "action":"tau__",
  3152. "guard":{
  3153. "exp":{
  3154. "op":"∧",
  3155. "left":{
  3156. "op":"=",
  3157. "left":"p3",
  3158. "right":4
  3159. },
  3160. "right":{
  3161. "op":"∨",
  3162. "left":{
  3163. "op":"∨",
  3164. "left":{
  3165. "op":"∧",
  3166. "left":{
  3167. "op":"≥",
  3168. "left":"p2",
  3169. "right":4
  3170. },
  3171. "right":{
  3172. "op":"≤",
  3173. "left":"p2",
  3174. "right":5
  3175. }
  3176. },
  3177. "right":{
  3178. "op":"∧",
  3179. "left":{
  3180. "op":"≥",
  3181. "left":"p2",
  3182. "right":10
  3183. },
  3184. "right":{
  3185. "op":"≤",
  3186. "left":"p2",
  3187. "right":15
  3188. }
  3189. }
  3190. },
  3191. "right":{
  3192. "op":"∨",
  3193. "left":{
  3194. "op":"∧",
  3195. "left":{
  3196. "op":"≥",
  3197. "left":"p1",
  3198. "right":4
  3199. },
  3200. "right":{
  3201. "op":"≤",
  3202. "left":"p1",
  3203. "right":5
  3204. }
  3205. },
  3206. "right":{
  3207. "op":"∧",
  3208. "left":{
  3209. "op":"≥",
  3210. "left":"p1",
  3211. "right":10
  3212. },
  3213. "right":{
  3214. "op":"≤",
  3215. "left":"p1",
  3216. "right":15
  3217. }
  3218. }
  3219. }
  3220. }
  3221. }
  3222. },
  3223. "destinations":[
  3224. {
  3225. "probability":{
  3226. "exp":1
  3227. },
  3228. "location":"location",
  3229. "assignments":[
  3230. {
  3231. "ref":"p3",
  3232. "value":5
  3233. }
  3234. ],
  3235. "observables":[
  3236. ]
  3237. }
  3238. ]
  3239. },
  3240. {
  3241. "location":"location",
  3242. "action":"tau__",
  3243. "guard":{
  3244. "exp":{
  3245. "op":"∧",
  3246. "left":{
  3247. "op":"=",
  3248. "left":"p3",
  3249. "right":4
  3250. },
  3251. "right":{
  3252. "op":"¬",
  3253. "exp":{
  3254. "op":"∨",
  3255. "left":{
  3256. "op":"∨",
  3257. "left":{
  3258. "op":"∧",
  3259. "left":{
  3260. "op":"≥",
  3261. "left":"p2",
  3262. "right":4
  3263. },
  3264. "right":{
  3265. "op":"≤",
  3266. "left":"p2",
  3267. "right":5
  3268. }
  3269. },
  3270. "right":{
  3271. "op":"∧",
  3272. "left":{
  3273. "op":"≥",
  3274. "left":"p2",
  3275. "right":10
  3276. },
  3277. "right":{
  3278. "op":"≤",
  3279. "left":"p2",
  3280. "right":15
  3281. }
  3282. }
  3283. },
  3284. "right":{
  3285. "op":"∨",
  3286. "left":{
  3287. "op":"∧",
  3288. "left":{
  3289. "op":"≥",
  3290. "left":"p1",
  3291. "right":4
  3292. },
  3293. "right":{
  3294. "op":"≤",
  3295. "left":"p1",
  3296. "right":5
  3297. }
  3298. },
  3299. "right":{
  3300. "op":"∧",
  3301. "left":{
  3302. "op":"≥",
  3303. "left":"p1",
  3304. "right":10
  3305. },
  3306. "right":{
  3307. "op":"≤",
  3308. "left":"p1",
  3309. "right":15
  3310. }
  3311. }
  3312. }
  3313. }
  3314. }
  3315. }
  3316. },
  3317. "destinations":[
  3318. {
  3319. "probability":{
  3320. "exp":1
  3321. },
  3322. "location":"location",
  3323. "assignments":[
  3324. {
  3325. "ref":"p3",
  3326. "value":10
  3327. }
  3328. ],
  3329. "observables":[
  3330. ]
  3331. }
  3332. ]
  3333. },
  3334. {
  3335. "location":"location",
  3336. "action":"tau__",
  3337. "guard":{
  3338. "exp":{
  3339. "op":"=",
  3340. "left":"p3",
  3341. "right":5
  3342. }
  3343. },
  3344. "destinations":[
  3345. {
  3346. "probability":{
  3347. "exp":1
  3348. },
  3349. "location":"location",
  3350. "assignments":[
  3351. {
  3352. "ref":"p3",
  3353. "value":6
  3354. }
  3355. ],
  3356. "observables":[
  3357. ]
  3358. }
  3359. ]
  3360. },
  3361. {
  3362. "location":"location",
  3363. "action":"tau__",
  3364. "guard":{
  3365. "exp":{
  3366. "op":"∧",
  3367. "left":{
  3368. "op":"=",
  3369. "left":"p3",
  3370. "right":6
  3371. },
  3372. "right":{
  3373. "op":"∨",
  3374. "left":{
  3375. "op":"∨",
  3376. "left":{
  3377. "op":"∧",
  3378. "left":{
  3379. "op":"≥",
  3380. "left":"p2",
  3381. "right":4
  3382. },
  3383. "right":{
  3384. "op":"≤",
  3385. "left":"p2",
  3386. "right":5
  3387. }
  3388. },
  3389. "right":{
  3390. "op":"∧",
  3391. "left":{
  3392. "op":"≥",
  3393. "left":"p2",
  3394. "right":10
  3395. },
  3396. "right":{
  3397. "op":"≤",
  3398. "left":"p2",
  3399. "right":15
  3400. }
  3401. }
  3402. },
  3403. "right":{
  3404. "op":"∨",
  3405. "left":{
  3406. "op":"∧",
  3407. "left":{
  3408. "op":"≥",
  3409. "left":"p1",
  3410. "right":4
  3411. },
  3412. "right":{
  3413. "op":"≤",
  3414. "left":"p1",
  3415. "right":5
  3416. }
  3417. },
  3418. "right":{
  3419. "op":"∧",
  3420. "left":{
  3421. "op":"≥",
  3422. "left":"p1",
  3423. "right":10
  3424. },
  3425. "right":{
  3426. "op":"≤",
  3427. "left":"p1",
  3428. "right":15
  3429. }
  3430. }
  3431. }
  3432. }
  3433. }
  3434. },
  3435. "destinations":[
  3436. {
  3437. "probability":{
  3438. "exp":1
  3439. },
  3440. "location":"location",
  3441. "assignments":[
  3442. {
  3443. "ref":"p3",
  3444. "value":6
  3445. }
  3446. ],
  3447. "observables":[
  3448. ]
  3449. }
  3450. ]
  3451. },
  3452. {
  3453. "location":"location",
  3454. "action":"tau__",
  3455. "guard":{
  3456. "exp":{
  3457. "op":"∧",
  3458. "left":{
  3459. "op":"=",
  3460. "left":"p3",
  3461. "right":6
  3462. },
  3463. "right":{
  3464. "op":"¬",
  3465. "exp":{
  3466. "op":"∨",
  3467. "left":{
  3468. "op":"∨",
  3469. "left":{
  3470. "op":"∧",
  3471. "left":{
  3472. "op":"≥",
  3473. "left":"p2",
  3474. "right":4
  3475. },
  3476. "right":{
  3477. "op":"≤",
  3478. "left":"p2",
  3479. "right":5
  3480. }
  3481. },
  3482. "right":{
  3483. "op":"∧",
  3484. "left":{
  3485. "op":"≥",
  3486. "left":"p2",
  3487. "right":10
  3488. },
  3489. "right":{
  3490. "op":"≤",
  3491. "left":"p2",
  3492. "right":15
  3493. }
  3494. }
  3495. },
  3496. "right":{
  3497. "op":"∨",
  3498. "left":{
  3499. "op":"∧",
  3500. "left":{
  3501. "op":"≥",
  3502. "left":"p1",
  3503. "right":4
  3504. },
  3505. "right":{
  3506. "op":"≤",
  3507. "left":"p1",
  3508. "right":5
  3509. }
  3510. },
  3511. "right":{
  3512. "op":"∧",
  3513. "left":{
  3514. "op":"≥",
  3515. "left":"p1",
  3516. "right":10
  3517. },
  3518. "right":{
  3519. "op":"≤",
  3520. "left":"p1",
  3521. "right":15
  3522. }
  3523. }
  3524. }
  3525. }
  3526. }
  3527. }
  3528. },
  3529. "destinations":[
  3530. {
  3531. "probability":{
  3532. "exp":1
  3533. },
  3534. "location":"location",
  3535. "assignments":[
  3536. {
  3537. "ref":"p3",
  3538. "value":9
  3539. }
  3540. ],
  3541. "observables":[
  3542. ]
  3543. }
  3544. ]
  3545. },
  3546. {
  3547. "location":"location",
  3548. "action":"tau__",
  3549. "guard":{
  3550. "exp":{
  3551. "op":"∧",
  3552. "left":{
  3553. "op":"=",
  3554. "left":"p3",
  3555. "right":7
  3556. },
  3557. "right":{
  3558. "op":"∧",
  3559. "left":{
  3560. "op":"∨",
  3561. "left":{
  3562. "op":"∧",
  3563. "left":{
  3564. "op":"≥",
  3565. "left":"p2",
  3566. "right":0
  3567. },
  3568. "right":{
  3569. "op":"≤",
  3570. "left":"p2",
  3571. "right":3
  3572. }
  3573. },
  3574. "right":{
  3575. "op":"∧",
  3576. "left":{
  3577. "op":"≥",
  3578. "left":"p2",
  3579. "right":7
  3580. },
  3581. "right":{
  3582. "op":"≤",
  3583. "left":"p2",
  3584. "right":8
  3585. }
  3586. }
  3587. },
  3588. "right":{
  3589. "op":"∨",
  3590. "left":{
  3591. "op":"∧",
  3592. "left":{
  3593. "op":"≥",
  3594. "left":"p1",
  3595. "right":0
  3596. },
  3597. "right":{
  3598. "op":"≤",
  3599. "left":"p1",
  3600. "right":3
  3601. }
  3602. },
  3603. "right":{
  3604. "op":"∧",
  3605. "left":{
  3606. "op":"≥",
  3607. "left":"p1",
  3608. "right":7
  3609. },
  3610. "right":{
  3611. "op":"≤",
  3612. "left":"p1",
  3613. "right":8
  3614. }
  3615. }
  3616. }
  3617. }
  3618. }
  3619. },
  3620. "destinations":[
  3621. {
  3622. "probability":{
  3623. "exp":1
  3624. },
  3625. "location":"location",
  3626. "assignments":[
  3627. {
  3628. "ref":"p3",
  3629. "value":8
  3630. }
  3631. ],
  3632. "observables":[
  3633. ]
  3634. }
  3635. ]
  3636. },
  3637. {
  3638. "location":"location",
  3639. "action":"tau__",
  3640. "guard":{
  3641. "exp":{
  3642. "op":"∧",
  3643. "left":{
  3644. "op":"=",
  3645. "left":"p3",
  3646. "right":7
  3647. },
  3648. "right":{
  3649. "op":"¬",
  3650. "exp":{
  3651. "op":"∧",
  3652. "left":{
  3653. "op":"∨",
  3654. "left":{
  3655. "op":"∧",
  3656. "left":{
  3657. "op":"≥",
  3658. "left":"p2",
  3659. "right":0
  3660. },
  3661. "right":{
  3662. "op":"≤",
  3663. "left":"p2",
  3664. "right":3
  3665. }
  3666. },
  3667. "right":{
  3668. "op":"∧",
  3669. "left":{
  3670. "op":"≥",
  3671. "left":"p2",
  3672. "right":7
  3673. },
  3674. "right":{
  3675. "op":"≤",
  3676. "left":"p2",
  3677. "right":8
  3678. }
  3679. }
  3680. },
  3681. "right":{
  3682. "op":"∨",
  3683. "left":{
  3684. "op":"∧",
  3685. "left":{
  3686. "op":"≥",
  3687. "left":"p1",
  3688. "right":0
  3689. },
  3690. "right":{
  3691. "op":"≤",
  3692. "left":"p1",
  3693. "right":3
  3694. }
  3695. },
  3696. "right":{
  3697. "op":"∧",
  3698. "left":{
  3699. "op":"≥",
  3700. "left":"p1",
  3701. "right":7
  3702. },
  3703. "right":{
  3704. "op":"≤",
  3705. "left":"p1",
  3706. "right":8
  3707. }
  3708. }
  3709. }
  3710. }
  3711. }
  3712. }
  3713. },
  3714. "destinations":[
  3715. {
  3716. "probability":{
  3717. "exp":1
  3718. },
  3719. "location":"location",
  3720. "assignments":[
  3721. {
  3722. "ref":"p3",
  3723. "value":7
  3724. }
  3725. ],
  3726. "observables":[
  3727. ]
  3728. }
  3729. ]
  3730. },
  3731. {
  3732. "location":"location",
  3733. "action":"tau__",
  3734. "guard":{
  3735. "exp":{
  3736. "op":"=",
  3737. "left":"p3",
  3738. "right":8
  3739. }
  3740. },
  3741. "destinations":[
  3742. {
  3743. "probability":{
  3744. "exp":1
  3745. },
  3746. "location":"location",
  3747. "assignments":[
  3748. {
  3749. "ref":"p3",
  3750. "value":9
  3751. }
  3752. ],
  3753. "observables":[
  3754. ]
  3755. }
  3756. ]
  3757. },
  3758. {
  3759. "location":"location",
  3760. "action":"tau__",
  3761. "guard":{
  3762. "exp":{
  3763. "op":"=",
  3764. "left":"p3",
  3765. "right":9
  3766. }
  3767. },
  3768. "destinations":[
  3769. {
  3770. "probability":{
  3771. "exp":0.5000000
  3772. },
  3773. "location":"location",
  3774. "assignments":[
  3775. {
  3776. "ref":"p3",
  3777. "value":4
  3778. }
  3779. ],
  3780. "observables":[
  3781. ]
  3782. },
  3783. {
  3784. "probability":{
  3785. "exp":0.5000000
  3786. },
  3787. "location":"location",
  3788. "assignments":[
  3789. {
  3790. "ref":"p3",
  3791. "value":7
  3792. }
  3793. ],
  3794. "observables":[
  3795. ]
  3796. }
  3797. ]
  3798. },
  3799. {
  3800. "location":"location",
  3801. "action":"tau__",
  3802. "guard":{
  3803. "exp":{
  3804. "op":"=",
  3805. "left":"p3",
  3806. "right":10
  3807. }
  3808. },
  3809. "destinations":[
  3810. {
  3811. "probability":{
  3812. "exp":1
  3813. },
  3814. "location":"location",
  3815. "assignments":[
  3816. {
  3817. "ref":"p3",
  3818. "value":11
  3819. }
  3820. ],
  3821. "observables":[
  3822. ]
  3823. }
  3824. ]
  3825. },
  3826. {
  3827. "location":"location",
  3828. "action":"tau__",
  3829. "guard":{
  3830. "exp":{
  3831. "op":"∧",
  3832. "left":{
  3833. "op":"=",
  3834. "left":"p3",
  3835. "right":11
  3836. },
  3837. "right":{
  3838. "op":"∧",
  3839. "left":{
  3840. "op":"¬",
  3841. "exp":{
  3842. "op":"∧",
  3843. "left":{
  3844. "op":"≥",
  3845. "left":"p2",
  3846. "right":4
  3847. },
  3848. "right":{
  3849. "op":"≤",
  3850. "left":"p2",
  3851. "right":13
  3852. }
  3853. }
  3854. },
  3855. "right":{
  3856. "op":"¬",
  3857. "exp":{
  3858. "op":"∧",
  3859. "left":{
  3860. "op":"≥",
  3861. "left":"p1",
  3862. "right":4
  3863. },
  3864. "right":{
  3865. "op":"≤",
  3866. "left":"p1",
  3867. "right":13
  3868. }
  3869. }
  3870. }
  3871. }
  3872. }
  3873. },
  3874. "destinations":[
  3875. {
  3876. "probability":{
  3877. "exp":1
  3878. },
  3879. "location":"location",
  3880. "assignments":[
  3881. {
  3882. "ref":"p3",
  3883. "value":13
  3884. }
  3885. ],
  3886. "observables":[
  3887. ]
  3888. }
  3889. ]
  3890. },
  3891. {
  3892. "location":"location",
  3893. "action":"tau__",
  3894. "guard":{
  3895. "exp":{
  3896. "op":"∧",
  3897. "left":{
  3898. "op":"=",
  3899. "left":"p3",
  3900. "right":11
  3901. },
  3902. "right":{
  3903. "op":"¬",
  3904. "exp":{
  3905. "op":"∧",
  3906. "left":{
  3907. "op":"¬",
  3908. "exp":{
  3909. "op":"∧",
  3910. "left":{
  3911. "op":"≥",
  3912. "left":"p2",
  3913. "right":4
  3914. },
  3915. "right":{
  3916. "op":"≤",
  3917. "left":"p2",
  3918. "right":13
  3919. }
  3920. }
  3921. },
  3922. "right":{
  3923. "op":"¬",
  3924. "exp":{
  3925. "op":"∧",
  3926. "left":{
  3927. "op":"≥",
  3928. "left":"p1",
  3929. "right":4
  3930. },
  3931. "right":{
  3932. "op":"≤",
  3933. "left":"p1",
  3934. "right":13
  3935. }
  3936. }
  3937. }
  3938. }
  3939. }
  3940. }
  3941. },
  3942. "destinations":[
  3943. {
  3944. "probability":{
  3945. "exp":1
  3946. },
  3947. "location":"location",
  3948. "assignments":[
  3949. {
  3950. "ref":"p3",
  3951. "value":12
  3952. }
  3953. ],
  3954. "observables":[
  3955. ]
  3956. }
  3957. ]
  3958. },
  3959. {
  3960. "location":"location",
  3961. "action":"tau__",
  3962. "guard":{
  3963. "exp":{
  3964. "op":"=",
  3965. "left":"p3",
  3966. "right":12
  3967. }
  3968. },
  3969. "destinations":[
  3970. {
  3971. "probability":{
  3972. "exp":1
  3973. },
  3974. "location":"location",
  3975. "assignments":[
  3976. {
  3977. "ref":"p3",
  3978. "value":0
  3979. }
  3980. ],
  3981. "observables":[
  3982. ]
  3983. }
  3984. ]
  3985. },
  3986. {
  3987. "location":"location",
  3988. "action":"tau__",
  3989. "guard":{
  3990. "exp":{
  3991. "op":"=",
  3992. "left":"p3",
  3993. "right":13
  3994. }
  3995. },
  3996. "destinations":[
  3997. {
  3998. "probability":{
  3999. "exp":1
  4000. },
  4001. "location":"location",
  4002. "assignments":[
  4003. {
  4004. "ref":"p3",
  4005. "value":14
  4006. }
  4007. ],
  4008. "observables":[
  4009. ]
  4010. }
  4011. ]
  4012. },
  4013. {
  4014. "location":"location",
  4015. "action":"tau__",
  4016. "guard":{
  4017. "exp":{
  4018. "op":"∧",
  4019. "left":{
  4020. "op":"=",
  4021. "left":"p3",
  4022. "right":14
  4023. },
  4024. "right":{
  4025. "op":"∧",
  4026. "left":{
  4027. "op":"¬",
  4028. "exp":{
  4029. "op":"∧",
  4030. "left":{
  4031. "op":"≥",
  4032. "left":"p2",
  4033. "right":2
  4034. },
  4035. "right":{
  4036. "op":"≤",
  4037. "left":"p2",
  4038. "right":3
  4039. }
  4040. }
  4041. },
  4042. "right":{
  4043. "op":"¬",
  4044. "exp":{
  4045. "op":"∧",
  4046. "left":{
  4047. "op":"≥",
  4048. "left":"p1",
  4049. "right":2
  4050. },
  4051. "right":{
  4052. "op":"≤",
  4053. "left":"p1",
  4054. "right":3
  4055. }
  4056. }
  4057. }
  4058. }
  4059. }
  4060. },
  4061. "destinations":[
  4062. {
  4063. "probability":{
  4064. "exp":1
  4065. },
  4066. "location":"location",
  4067. "assignments":[
  4068. {
  4069. "ref":"p3",
  4070. "value":15
  4071. }
  4072. ],
  4073. "observables":[
  4074. ]
  4075. }
  4076. ]
  4077. },
  4078. {
  4079. "location":"location",
  4080. "action":"tau__",
  4081. "guard":{
  4082. "exp":{
  4083. "op":"∧",
  4084. "left":{
  4085. "op":"=",
  4086. "left":"p3",
  4087. "right":14
  4088. },
  4089. "right":{
  4090. "op":"¬",
  4091. "exp":{
  4092. "op":"∧",
  4093. "left":{
  4094. "op":"¬",
  4095. "exp":{
  4096. "op":"∧",
  4097. "left":{
  4098. "op":"≥",
  4099. "left":"p2",
  4100. "right":2
  4101. },
  4102. "right":{
  4103. "op":"≤",
  4104. "left":"p2",
  4105. "right":3
  4106. }
  4107. }
  4108. },
  4109. "right":{
  4110. "op":"¬",
  4111. "exp":{
  4112. "op":"∧",
  4113. "left":{
  4114. "op":"≥",
  4115. "left":"p1",
  4116. "right":2
  4117. },
  4118. "right":{
  4119. "op":"≤",
  4120. "left":"p1",
  4121. "right":3
  4122. }
  4123. }
  4124. }
  4125. }
  4126. }
  4127. }
  4128. },
  4129. "destinations":[
  4130. {
  4131. "probability":{
  4132. "exp":1
  4133. },
  4134. "location":"location",
  4135. "assignments":[
  4136. {
  4137. "ref":"p3",
  4138. "value":14
  4139. }
  4140. ],
  4141. "observables":[
  4142. ]
  4143. }
  4144. ]
  4145. },
  4146. {
  4147. "location":"location",
  4148. "action":"tau__",
  4149. "guard":{
  4150. "exp":{
  4151. "op":"=",
  4152. "left":"p3",
  4153. "right":15
  4154. }
  4155. },
  4156. "destinations":[
  4157. {
  4158. "probability":{
  4159. "exp":1
  4160. },
  4161. "location":"location",
  4162. "assignments":[
  4163. {
  4164. "ref":"p3",
  4165. "value":0
  4166. }
  4167. ],
  4168. "observables":[
  4169. ]
  4170. }
  4171. ]
  4172. }
  4173. ]
  4174. }
  4175. ],
  4176. "system":{
  4177. "elements":[
  4178. {
  4179. "automaton":"process1"
  4180. },
  4181. {
  4182. "automaton":"process2"
  4183. },
  4184. {
  4185. "automaton":"process3"
  4186. }
  4187. ],
  4188. "syncs":[
  4189. {
  4190. "synchronise":[
  4191. "tau__",
  4192. null,
  4193. null
  4194. ],
  4195. "result":"tau__"
  4196. },
  4197. {
  4198. "synchronise":[
  4199. null,
  4200. "tau__",
  4201. null
  4202. ],
  4203. "result":"tau__"
  4204. },
  4205. {
  4206. "synchronise":[
  4207. null,
  4208. null,
  4209. "tau__"
  4210. ],
  4211. "result":"tau__"
  4212. }
  4213. ]
  4214. }
  4215. }