-
Notifications
You must be signed in to change notification settings - Fork 0
/
timpkin.json
77 lines (77 loc) · 1.69 KB
/
timpkin.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[
{
"modelParams": {
"name": "Mrs Timpkin's Age",
"description": "When the Timpkinses married eighteen years ago, Timpkins was three times as old as his wife, and today he is just twice as old as she. How old is Mrs. Timpkin? (From \"Amusements in Mathematics, Dudeney\", number 43) ",
"steps": 1,
"method": "smt",
"include": [],
"table": false,
"customCode": ""
},
"blocks": [
{
"id": "b16913234",
"name": "T",
"show": false,
"type": "Data",
"typeCode": 2,
"useAsParameter": false,
"dims": "",
"value": "",
"units": "",
"dataType": "integer",
"dataCategories": "",
"minimized": false,
"pos": {
"x": -70,
"y": -38
}
},
{
"id": "b76529694",
"name": "W",
"show": false,
"type": "Data",
"typeCode": 2,
"useAsParameter": false,
"dims": "",
"value": "",
"units": "",
"dataType": "integer",
"dataCategories": "",
"minimized": false,
"pos": {
"x": 66,
"y": 50
}
},
{
"id": "b75101725",
"type": "Condition",
"typeCode": 5,
"value": "T - 18 == 3 * (W - 18) ",
"minimized": false,
"pos": {
"x": 47,
"y": -66
}
},
{
"id": "b34345817",
"type": "Condition",
"typeCode": 5,
"value": "T == 2 * W",
"minimized": false,
"pos": {
"x": -48,
"y": 79
}
}
],
"methodParams": {
"chains": 1,
"samples": 1000
}
}
]