Skip to content

biorobotics/GLNS_lazy_edge_eval.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLNS

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 97.1%
  • Python 2.3%
  • Shell 0.6%