pyepo.model.copt.shortestpath¶
Shortest path problem
Attributes¶
Classes¶
COPT-backed shortest path on a grid network. |
Module Contents¶
- class pyepo.model.copt.shortestpath.shortestPathModel(grid: tuple[int, int], *args, **kwargs)¶
Bases:
pyepo.model.bases.shortestPathBase,pyepo.model.copt.coptmodel.optCoptModelCOPT-backed shortest path on a grid network.
- pyepo.model.copt.shortestpath.cost¶