pyepo.model.copt.shortestpath ============================= .. py:module:: pyepo.model.copt.shortestpath .. autoapi-nested-parse:: Shortest path problem Classes ------- .. autoapisummary:: pyepo.model.copt.shortestpath.shortestPathModel Module Contents --------------- .. py:class:: shortestPathModel(grid: tuple[int, int], *args, **kwargs) Bases: :py:obj:`pyepo.model.bases.shortestPathBase`, :py:obj:`pyepo.model.copt.coptmodel.optCoptModel` COPT-backed shortest path on a grid network. :ivar _model: COPT model :vartype _model: COPT model :ivar grid: Size of grid network :vartype grid: tuple of int :ivar arcs: List of arcs :vartype arcs: list