Skip to content

Commit

Permalink
update single echelon topology config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyu Wang authored and Jinyu Wang committed Feb 23, 2024
1 parent 584e3a1 commit a2d03db
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ world:
config:
capacity: null # null indicates infinite storage capacity.
unit_storage_cost: 0
distribution: # TODO: add LC constraint
distribution:
config:
train:
number: null # null indicates infinite distribution capacity.
Expand Down Expand Up @@ -111,7 +111,7 @@ world:
backlog_ratio: 0.1 # NOTE: LS = price * backlog_ratio
config:
unit_order_cost: 0
file_path: /home/jinyu/maro/maro/simulator/scenarios/supply_chain/topologies/single_echelon/store_1_demand.csv
file_path: maro/simulator/scenarios/supply_chain/topologies/single_echelon/store_1_demand.csv

- name: Store_2
definition_ref: StoreFacility
Expand Down Expand Up @@ -147,7 +147,7 @@ world:
backlog_ratio: 0.1 # NOTE: LS = price * backlog_ratio
config:
unit_order_cost: 0
file_path: /home/jinyu/maro/maro/simulator/scenarios/supply_chain/topologies/single_echelon/store_2_demand.csv
file_path: maro/simulator/scenarios/supply_chain/topologies/single_echelon/store_2_demand.csv

- name: Store_3
definition_ref: StoreFacility
Expand Down Expand Up @@ -196,7 +196,7 @@ world:
backlog_ratio: 0.1 # NOTE: LS = price * backlog_ratio
config:
unit_order_cost: 0
file_path: /home/jinyu/maro/maro/simulator/scenarios/supply_chain/topologies/single_echelon/store_3_demand.csv
file_path: maro/simulator/scenarios/supply_chain/topologies/single_echelon/store_3_demand.csv

topology:
"Store_1":
Expand Down

0 comments on commit a2d03db

Please sign in to comment.