specless.tsp.solver.lk.LinKernighanTSPSolver

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

Bases: TSPSolver

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, timeout: int = 1) Tuple[List, float][source]

Solve the VRP with time windows.