pyepo.model.omo.shortestpath¶
Shortest path problem
Attributes¶
Classes¶
Pyomo-backed shortest path on a grid network. |
Module Contents¶
- class pyepo.model.omo.shortestpath.shortestPathModel(grid: tuple[int, int], solver: str = 'glpk')¶
Bases:
pyepo.model.bases.shortestPathBase,pyepo.model.omo.omomodel.optOmoModelPyomo-backed shortest path on a grid network.
- pyepo.model.omo.shortestpath.cost¶