a model for the transportation problem More...
Go to the source code of this file.
Namespaces | |
| transp | |
Functions | |
| def | make_inst1 () |
| def | make_inst2 () |
| def | transp (I, J, c, d, M) |
Variables | |
| c | |
| d | |
| int | EPS = 1.e-6 |
| I | |
| J | |
| M | |
| def | model = transp(I, J, c, d, M) |
| def | x = model.data |
a model for the transportation problem
Definition in file transp.py.