-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
25 lines (25 loc) · 967 Bytes
/
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
{
"contributionName": "Gadegaard16",
"maintainer" : "Sune Lauth Gadegaard <sgadegaard@econ.au.dk>",
"algorithm" : "https://github.com/SuneGadegaard/BOCBLP",
"instanceGroups": [
{
"subfolder": "CFLP_UFLP",
"class": "Facility Location",
"objectives": 2,
"tags": [ "capacitated", "CFLP", "UFLP", "uncapacitated" ],
"format": [ "raw" ],
"desc": "Instances for the capacitated and uncapacitated facility location problems.",
"creator" : "Sune Lauth Gadegaard <sgadegaard@econ.au.dk>"
},
{
"subfolder": "SSCFLP",
"class": "Facility Location",
"objectives": 2,
"tags": [ "singleSource", "capacitated", "singleSourceCapacitated", "SSCFLP" ],
"format": [ "raw" ],
"desc": "Instances for the single source capacitated facility location problem.",
"creator" : "Sune Lauth Gadegaard <sgadegaard@econ.au.dk>"
}
]
}