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