-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
60 lines (60 loc) · 2.52 KB
/
meta.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
{
"contributionName": "Kirlik14",
"maintainer" : "Lars Relund <[email protected]>",
"instanceGroups": [
{
"subfolder": "ILP/3obj",
"class": "ILP",
"objectives": 3,
"tags": [ "ilp", "integer"],
"format": [ "fgt"],
"desc": "Randomly generated integer problems with 3 objectives. Note that we do NOT claim to have created these instances, but only transformed them into a different text format.",
"creator" : "Nicolas Forget <[email protected]>"
},
{
"subfolder": "ILP/4obj",
"class": "ILP",
"objectives": 3,
"tags": [ "ilp", "integer"],
"format": [ "fgt"],
"desc": "Randomly generated integer problems with 4 objectives. Note that we do NOT claim to have created these instances, but only transformed them into a different text format.",
"creator" : "Nicolas Forget <[email protected]>"
},
{
"subfolder": "ILP/5obj",
"class": "ILP",
"objectives": 3,
"tags": [ "ilp", "integer"],
"format": [ "fgt"],
"desc": "Randomly generated integer problems with 5 objectives. Note that we do NOT claim to have created these instances, but only transformed them into a different text format.",
"creator" : "Nicolas Forget <[email protected]>"
},
{
"subfolder": "KP/3obj",
"class": "Knapsack",
"objectives": 3,
"tags": [ "knapsackProblem"],
"format": [ "fgt"],
"desc": "Knapsack problems with 3 objectives. Note that we do NOT claim to have created these instances, but only transformed them into a different text format.",
"creator" : "Nicolas Forget <[email protected]>"
},
{
"subfolder": "KP/4obj",
"class": "Knapsack",
"objectives": 3,
"tags": [ "knapsackProblem"],
"format": [ "fgt"],
"desc": "Knapsack problems with 4 objectives. Note that we do NOT claim to have created these instances, but only transformed them into a different text format.",
"creator" : "Nicolas Forget <[email protected]>"
},
{
"subfolder": "KP/5obj",
"class": "Knapsack",
"objectives": 3,
"tags": [ "knapsackProblem"],
"format": [ "fgt"],
"desc": "Knapsack problems with 5 objectives. Note that we do NOT claim to have created these instances, but only transformed them into a different text format.",
"creator" : "Nicolas Forget <[email protected]>"
}
]
}