-title-not-set-

Nr Name Value
1 x ?
2 y ?
Nr Name Value
1 ANIMATION_EXPRESSION ?
Nr Name Enabled
1 Next ?
MACHINE Demo01_no_tlaps
ABSTRACT_VARIABLES
  x,
  y
/* PROMOTED OPERATIONS
  Next */
INITIALISATION
    x,y : (x = 0.0 & y = 1.0)
ACTIONS
  Next = 
    BEGIN
      x,y := (2.0 / 3.0) * x + 0.5 * y,0.5 * x - (1.0 / 3.0) * y
    END
/* DEFINITIONS
  PREDICATE Init;
  EXPRESSION ANIMATION_EXPRESSION;
  EXPRESSION VISB_JSON_FILE; */
END
Nr Event Target State ID
1INITIALISATION(x=0.0,y=1.0)
2Next
3Next
4Next
5Next
6Next
7Next
8Next
9Next
10Next
11Next
12Next
13Next
14Next
15Next
16Next
17Next
18Next
19Next
20Next
21Next
22Next
23Next
24Next
Generated on 2/5/2024 at 10:01 using ProB version 1.13.1-nightly
Main specification file: Demo01_no_tlaps.prob (modified on 1/5/2024 at 8:37)
Main specification name: Demo01_no_tlaps
Main VisB JSON file: Demo01_visb.json (modified on 1/5/2024 at 11:52)