|
Optimization: principles and algorithms, by Michel Bierlaire
|
Files | |
| file | incidenceMatrix.m [code] |
| Provide the incidence matrix of the network for the teanshipment problem. | |
| file | runAssignmentTrans.m [code] |
| Solve the transportation problem as a transhipment problem (Example 22.14 of [1]) | |
| file | runMaxFlowTrans.m [code] |
| Solve the max flow problem as a transhipment problem (Figure 22.6 of [1]) | |
| file | runTransportationTrans.m [code] |
| Solve the transportation problem as a transhipment problem (Example 22.12 od [1]. | |
| file | transhipment.m [code] |
| Solve a transhipment problem with bound constraints. | |
| file | transhipmentTransform.m [code] |
| Transform a transhipment problem into a problem in standard form. | |