
Go to the source code of this file.
Classes | |
| class | Warehouses |
| Example: Locating warehouses More... | |
Variables | |
| const int | n_warehouses = 5 |
| Number of warehouses. More... | |
| const int | n_stores = 10 |
| Number of stores. More... | |
| const int | c_fixed = 30 |
| Fixed cost for one warehouse. More... | |
| const int | capacity [n_warehouses] |
| Capacity of a single warehouse. More... | |
| const int | c_supply [n_stores][n_warehouses] |
| Cost for supply a store by a warehouse. More... | |
| const int n_warehouses = 5 |
Number of warehouses.
Definition at line 45 of file warehouses.cpp.
| const int n_stores = 10 |
Number of stores.
Definition at line 47 of file warehouses.cpp.
| const int c_fixed = 30 |
Fixed cost for one warehouse.
Definition at line 50 of file warehouses.cpp.
| const int capacity[n_warehouses] |
Capacity of a single warehouse.
Definition at line 53 of file warehouses.cpp.
| const int c_supply[n_stores][n_warehouses] |
Cost for supply a store by a warehouse.
Definition at line 58 of file warehouses.cpp.