Click or drag to resize

IOrTools Interface

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.

Namespace:  NetQuarry.Services.OrTools
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IOrTools

The IOrTools type exposes the following members.

Methods
  NameDescription
Public methodFindTspRoutes
Finds TSP (Traveling Salesman Problem) routes.
Public methodFindVrpRoutes
Finds VRP (Vehicle Routing Problem) routes for vehicles.
Top
See Also