pyepo.model.mpax.shortestpath¶
Shortest path problem
Attributes¶
Classes¶
MPAX-backed (JAX LP) shortest path on a grid network. |
Module Contents¶
- class pyepo.model.mpax.shortestpath.shortestPathModel(grid: tuple[int, int], *args, **kwargs)¶
Bases:
pyepo.model.bases.shortestPathBase,pyepo.model.mpax.mpaxmodel.optMpaxModelMPAX-backed (JAX LP) shortest path on a grid network.
- use_sparse_matrix = True¶
- pyepo.model.mpax.shortestpath.cost¶