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.2


Group ID:
de.sciss
Artifact ID:
linkernighantsp_2.13
Version:
0.1.2
Release Date:
Jun 19, 2020
Licenses:
MIT
Files:

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

Mill build tool

ivy"de.sciss::linkernighantsp:0.1.2"

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>de.sciss</groupId>
  <artifactId>linkernighantsp_2.13</artifactId>
  <version>0.1.2</version>
</dependency>

compile group: 'de.sciss', name: 'linkernighantsp_2.13', version: '0.1.2'