Skip to content

Pierre-Graber/optimizer-localsolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optimizer-localsolver

Compute an optimized solution to the Vehicle Routing Problem using localsolver.

Installation

Optimizer

Require localsolver.

Compile the C++ optimizer

make third_party
make tsp_localsolver

Test

LD_LIBRARY_PATH=../optimizer-localsolver/dependencies/install/lib/:../localsolver_8_0/include/ ../optimizer-localsolver/tsp_localsolver -instance_file 'instance_licent_localsolver' -solution_file '/tmp/optimize-localsolver-output20180712-13097-xp90cp'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.4%
  • Common Lisp 4.2%
  • Makefile 1.3%
  • Python 1.1%