specless.tsp.solver.lk.LinKernighanTSPWithTPOSolver

class specless.tsp.solver.lk.LinKernighanTSPWithTPOSolver[source]

Bases: TSPWithTPOSolver

Methods

solve

Solve the VRP with time windows.

solve(tsp, num_agent: int = 1, init_nodes: List[Any] | None = None, come_back_home: bool = True) Tuple[List, float][source]

Solve the VRP with time windows.