|
Optimization: principles and algorithms, by Michel Bierlaire
|
Files | |
| file | fordFulkerson.m [code] |
| Algorithm 24.2: Ford-Fulkerson. | |
| file | run2402.m [code] |
| Run the FordFulkerson algorithm on Example 24.2 of [1]. | |
| file | runUnsaturatedPath.m [code] |
| Run the unsaturated path algorithm on Example 24.2 of [1]. | |
| file | unsaturatedPath.m [code] |
| Algorithm 24.1: unsaturated path. | |