Esempio n. 1
0
# Run in the anaconda prompt from the top scgen folder with command
# python -m examples.ForPatching.SupplierDemandCostRunner

from examples.exampleRunner import runExample

runExample("ForPatching/SupplierDemandCost.json", withExcel=False)
Esempio n. 2
0
from examples.exampleRunner import runExample

runExample("mitigation_examples/michaelsDemandSettings.json")
from examples.exampleRunner import runExample

runExample("mitigation_examples/missingRequirement.json")
Esempio n. 4
0
from examples.exampleRunner import runExample
runExample("ForPatching/MediumOverCapacities.json", withExcel=False)
from examples.exampleRunner import runExample
runExample("mitigation_examples/demandSettingsSimple.json")
from examples.exampleRunner import runExample
runExample("mitigation_examples/allocationSettingsSimple.json")
# Run in the anaconda prompt from the top scgen folder with command
# python -m examples.ForPatching.SupplierActivationCostRunner

from examples.exampleRunner import runExample
runExample("ForPatching/SupplierActivationCost.json", withExcel=False)
# Run in the anaconda prompt from the top scgen folder with command
# python -m examples.ForPatching.SupplierDemandCostRunner

from examples.exampleRunner import runExample
runExample("ForPatching/CostWithDisruptionAndMitigationCapacity.json",
           withExcel=False)
Esempio n. 9
0
from examples.exampleRunner import runExample

runExample("mitigation_examples/realisticSupplyChain.json")
Esempio n. 10
0
from examples.exampleRunner import runExample
runExample("ForPatching/EasyToMitigate.json", withExcel=False)