sciss / linkernighantsp   0.1.3

MIT License GitHub

An implementation of the Lin-Kernighan heuristics algorithm for the (symmetric) traveling salesman problem (TSP). Mirror of https://codeberg.org/sciss/LinKernighanTSP

Scala versions: 3.x 2.13 2.12
Scala.js versions: 1.x

linkernighantsp 0.1.1


Group ID:
de.sciss
Artifact ID:
linkernighantsp_2.12
Version:
0.1.1
Release Date:
Feb 20, 2020
Licenses:
MIT
Files:

libraryDependencies += "de.sciss" %% "linkernighantsp" % "0.1.1"

Mill build tool

ivy"de.sciss::linkernighantsp:0.1.1"

Scala CLI

//> using dep "de.sciss::linkernighantsp:0.1.1"

Ammonite REPL

import $ivy.`de.sciss::linkernighantsp:0.1.1`

<dependency>
  <groupId>de.sciss</groupId>
  <artifactId>linkernighantsp_2.12</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'de.sciss', name: 'linkernighantsp_2.12', version: '0.1.1'