You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RELOG/instances/samples/s1.json

145 lines
4.2 KiB

{
"products": {
"P1": {
"transportation cost": 1.50,
"initial amounts": {
"C1": {
"latitude": 7.0,
"longitude": 7.0,
"amount": 934.56
},
"C2": {
"latitude": 7.0,
"longitude": 19.0,
"amount": 198.95
},
"C3": {
"latitude": 84.0,
"longitude": 76.0,
"amount": 212.97
},
"C4": {
"latitude": 21.0,
"longitude": 16.0,
"amount": 352.19
},
"C5": {
"latitude": 32.0,
"longitude": 92.0,
"amount": 510.33
},
"C6": {
"latitude": 14.0,
"longitude": 62.0,
"amount": 471.66
},
"C7": {
"latitude": 30.0,
"longitude": 83.0,
"amount": 785.21
},
"C8": {
"latitude": 35.0,
"longitude": 40.0,
"amount": 706.17
},
"C9": {
"latitude": 74.0,
"longitude": 52.0,
"amount": 30.08
},
"C10": {
"latitude": 22.0,
"longitude": 54.0,
"amount": 536.52
}
}
},
"P2": {
"transportation cost": 2.00
},
"P3": {
"transportation cost": 1.25
},
"P4": {
"transportation cost": 1.75
}
},
"plants": {
"F1": {
"input": "P1",
"outputs": {
"P2": 0.2,
"P3": 0.5
},
"locations": {
"L1": {
"latitude": 0.0,
"longitude": 0.0,
"capacity": 500,
"opening cost": 2000,
"fixed operating cost": 70.0,
"variable operating cost": 70.0
},
"L2": {
"latitude": 0.5,
"longitude": 0.5,
"opening cost": 1000,
"capacity": 750,
"opening cost": 1000,
"fixed operating cost": 50.0,
"variable operating cost": 50.0
}
}
},
"F2": {
"input": "P2",
"outputs": {
"P3": 0.05,
"P4": 0.80
},
"locations": {
"L3": {
"latitude": 25.0,
"longitude": 65.0,
"capacity": 1000,
"opening cost": 3000,
"fixed operating cost": 50.0,
"variable operating cost": 50.0
},
"L4": {
"latitude": 0.75,
"longitude": 0.20,
"processing cost": 250.0,
"opening cost": 3000,
"fixed operating cost": 50.0,
"variable operating cost": 50.0
}
}
},
"F3": {
"input": "P4",
"locations": {
"L5": {
"latitude": 100.0,
"longitude": 100.0,
"opening cost": 0.0,
"fixed operating cost": 0.0,
"variable operating cost": -15.0
}
}
},
"F4": {
"input": "P3",
"locations": {
"L6": {
"latitude": 50.0,
"longitude": 50.0,
"opening cost": 0.0,
"fixed operating cost": 0.0,
"variable operating cost": -15.0
}
}
}
}
}