1 | | Graph.topological_minor ! I hope it will be useful, though the performances of GLPK are veeeery bad on this kind of problem... CPLEX can solve immediately problems GLPK can not handle (find there is no topological K5 minor in a Petersen Graph for example, or the same in a Grid2d graph). I mentionned it in the docstring ! |
| 1 | Graph.topological_minor ! |
| 2 | |
| 3 | I hope it will be useful, though the performances of GLPK are veeeery bad on this kind of problem... CPLEX can solve immediately problems GLPK can not handle (find there is no topological K5 minor in a Petersen Graph for example, or the same in a Grid2d graph). |
| 4 | |
| 5 | I mentionned it in the docstring. |