NetQuarry.Services.OrTools Namespace |
Class | Description | |
---|---|---|
OrToolsServiceTspResponse |
TSP (Traveling Salesman Problem) response
| |
OrToolsServiceVrpResponse |
VRP (Vehicle Routing Problem) response
|
Interface | Description | |
---|---|---|
IOrTools |
Interface for the Google OR-Tools hosted by the platform as a micro-service and accessed
via the platform ORTools service.
Google's OR-Tools is an open source software suite for optimization, tuned for tackling the world's toughest problems in vehicle routing, flows,
integer and linear programming, and constraint programming.
You can use any of a half dozen solvers to solve it: commercial solvers such as Gurobi or CPLEX, or open-source solvers such as SCIP, GLPK, or Google's GLOP and award-winning CP-SAT.
|
Enumeration | Description | |
---|---|---|
FirstSolutionStrategyType |
First solution strategy types from https://developers.google.com/optimization/routing/routing_options#first-solution-strategy-options
for use with the platform ORTools service using the IOrTools interface.
| |
LocalSearchMetaheuristicType |
Local search metaheuristic types from https://developers.google.com/optimization/routing/routing_options#local-search-options
for use with the platform ORTools service using the IOrTools interface.
|