Last Version

Chips-n-Salsa Example Programs 5.0.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/.

License

License

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

chips-n-salsa-examples
Version

Version

5.0.0
Type

Type

jar
Description

Description

Chips-n-Salsa Example Programs
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/.
Project URL

Project URL

https://github.com/cicirello/chips-n-salsa-examples
Project Organization

Project Organization

Cicirello.Org
Source Code Management

Source Code Management

http://github.com/cicirello/chips-n-salsa-examples/tree/main

Download chips-n-salsa-examples 5.0.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.cicirello : chips-n-salsa jar 5.0.0
org.cicirello : jpt jar 4.0.0
org.cicirello : rho-mu jar 2.3.0
org.cicirello : core jar 2.1.0

Project Modules

There are no modules declared in this project.