Skip to content

biorobotics/PGLNS.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PGLNS

Before using this package, install dependencies by running

julia

in a terminal, then running

julia> import Pkg
julia> Pkg.activate(".")
julia> Pkg.instantiate()

This is meant to be used via the main function in src/GLNS.jl. Build a precompiled sysimage as follows:

julia precompile.jl
julia -JGLNS.so

About

An Effective Large Neighborhood Search Heuristic for the Generalized Traveling Salesman Problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 94.9%
  • Python 5.1%