Пример #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)
Пример #2
0
from examples.exampleRunner import runExample

runExample("mitigation_examples/michaelsDemandSettings.json")
Пример #3
0
from examples.exampleRunner import runExample

runExample("mitigation_examples/missingRequirement.json")
Пример #4
0
from examples.exampleRunner import runExample
runExample("ForPatching/MediumOverCapacities.json", withExcel=False)
Пример #5
0
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)
Пример #8
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/CostWithDisruptionAndMitigationCapacity.json",
           withExcel=False)
Пример #9
0
from examples.exampleRunner import runExample

runExample("mitigation_examples/realisticSupplyChain.json")
Пример #10
0
from examples.exampleRunner import runExample
runExample("ForPatching/EasyToMitigate.json", withExcel=False)