specless.tsp.solver.ortools.ORTSPWithTPOSolver
- class specless.tsp.solver.ortools.ORTSPWithTPOSolver(first_solution_strategy: int | None = None, metaheuristic: int | None = None, timeout: int | None = None, solution_limit: int | None = None)[source]
Bases:
TSPWithTPOSolver
Methods
Stores the data for the problem.
Get tours and cost fromthe ortools solution
Solve the VRP with time windows.