Skip to content

Mika-5/optimizer-ortools

 
 

Repository files navigation

optimizer-ortools

Compute an optimized solution to the Vehicle Routing Problem with Time Windows using OR-Tools.

Installation

Optimizer

Require OR-Tools for the C++ part. Fetch source code at https://github.com/google/or-tools

Compile the C++ optimizer

make tsp_simple

About

Compute an optimized solution to the Vehicle Routing Problem with Time Windows using OR-Tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.6%
  • Other 1.4%