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/s2.json

148 lines
4.8 KiB

{
"products": {
"lead-acid batteries": {
"transportation cost": 0.0015,
"initial amounts": {
"Chicago": {
"latitude": 41.881944,
"longitude": -87.627778,
"amount": 175000.0
},
"Darien": {
"latitude": 41.745556,
"longitude": -87.981111,
"amount": 30000.0
},
"Westmont": {
"latitude": 41.794444,
"longitude": -87.976389,
"amount": 25000.0
},
"Milwaukee": {
"latitude": 43.05,
"longitude": -87.95,
"amount": 120000.0
}
}
},
"lead": {
"transportation cost": 0.0015
},
"lead ingots": {
"transportation cost": 0.0017
},
"plastic casings": {
"transportation cost": 0.0023
},
"plastic pellets": {
"transportation cost": 0.0020
}
},
"plants": {
"Disassembly Plant": {
"input": "lead-acid batteries",
"outputs": {
"lead": 0.60,
"plastic casings": 0.05
},
"locations": {
"Darien": {
"latitude": 41.745556,
"longitude": -87.981111,
"variable operating cost": 0.12,
"fixed operating cost": 1000,
"opening cost": 10000.0
},
"Lemont": {
"latitude": 41.668784,
"longitude": -87.988845,
"variable operating cost": 0.15,
"fixed operating cost": 1000,
"opening cost": 10000.0
},
"Greendale": {
"latitude": 42.9375,
"longitude": -87.996944,
"variable operating cost": 0.18,
"fixed operating cost": 1000,
"opening cost": 10000.0
}
}
},
"Plastic Recycling Plant": {
"input": "plastic casings",
"outputs": {
"plastic pellets": 0.9
},
"locations": {
"Milwaukee": {
"latitude": 43.05,
"longitude": -87.95,
"variable operating cost": 0.08,
"fixed operating cost": 1000,
"opening cost": 10000.0
},
"Chicago": {
"latitude": 41.881944,
"longitude": -87.627778,
"variable operating cost": 0.10,
"fixed operating cost": 1000,
"opening cost": 10000.0
}
}
},
"Lead Recycling Plant": {
"input": "lead",
"outputs": {
"lead ingots": 0.9
},
"locations": {
"Milwaukee": {
"latitude": 43.05,
"longitude": -87.95,
"variable operating cost": 0.20,
"fixed operating cost": 1000,
"opening cost": 10000.0
}
}
},
"Lead Sales Point": {
"input": "lead ingots",
"locations": {
"Chicago": {
"latitude": 41.881944,
"longitude": -87.627778,
"variable operating cost": -1.50,
"fixed operating cost": 1000,
"opening cost": 10000.0
},
"Milwaukee": {
"latitude": 43.05,
"longitude": -87.95,
"variable operating cost": -2.75,
"fixed operating cost": 0.0,
"opening cost": 0.0
}
}
},
"Plastic Sales Point": {
"input": "plastic pellets",
"locations": {
"Chicago": {
"latitude": 41.881944,
"longitude": -87.627778,
"variable operating cost": -0.50,
"fixed operating cost": 0.0,
"opening cost": 0.0
},
"Milwaukee": {
"latitude": 43.05,
"longitude": -87.95,
"variable operating cost": -0.62,
"fixed operating cost": 0.0,
"opening cost": 0.0
}
}
}
}
}