is not current version
Last Version 5.0.0

org.cicirello:chips-n-salsa-examples 2.8.0

This package contains several example programs of the usage of the Chips-n-Salsa library. Chips-n-Salsa is a Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms. Chips-n-Salsa's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package chips-n-salsa-examples is to demonstrate usage of the major functionality of the Chips-n-Salsa library. You can find out more about the Chips-n-Salsa library itself from its website: https://chips-n-salsa.cicirello.org/.

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

chips-n-salsa-examples
Version

Version

2.8.0
Type

Type

jar

Download chips-n-salsa-examples 2.8.0


<!-- https://jarcasting.com/artifacts/org.cicirello/chips-n-salsa-examples/ -->
<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>chips-n-salsa-examples</artifactId>
    <version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cicirello/chips-n-salsa-examples/
implementation 'org.cicirello:chips-n-salsa-examples:2.8.0'
// https://jarcasting.com/artifacts/org.cicirello/chips-n-salsa-examples/
implementation ("org.cicirello:chips-n-salsa-examples:2.8.0")
'org.cicirello:chips-n-salsa-examples:jar:2.8.0'
<dependency org="org.cicirello" name="chips-n-salsa-examples" rev="2.8.0">
  <artifact name="chips-n-salsa-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cicirello', module='chips-n-salsa-examples', version='2.8.0')
)
libraryDependencies += "org.cicirello" % "chips-n-salsa-examples" % "2.8.0"
[org.cicirello/chips-n-salsa-examples "2.8.0"]