-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_input3.json
More file actions
41 lines (40 loc) · 892 Bytes
/
sample_input3.json
File metadata and controls
41 lines (40 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"variables_used":[
"x","y","z","w","a","b","u","v","c"
],
"program_type":[
"probabilistic"
],
"P":[
""
],
"Q":{
"T1":[
{
"instruction_type":"assignment",
"lhs":"a",
"rhs":"a+4",
"previous_possible_instructions":[-1]
},
{
"instruction_type":"assignment",
"lhs":"a",
"rhs":"x+100",
"previous_possible_instructions":[0]
}
],
"T2":[
{
"instruction_type":"assignment",
"lhs":"b",
"rhs":"z+200"
},
{
"instruction_type":"assignment",
"lhs":"z",
"rhs":"100*z+5"
}
]
},
"R":""
}