DOC

org.cicirello : chips-n-salsa-examples

Maven & Gradle

Aug 02, 2023
2 stars

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

Table Of Contents

Latest Version

Download org.cicirello : chips-n-salsa-examples Javadoc & API Documentation - Latest Versions:

All Versions

Download org.cicirello : chips-n-salsa-examples Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
6.4.x
6.3.x
6.2.x
6.1.x
6.0.x
5.2.x
5.1.x
5.0.x
4.8.x
4.7.x
4.6.x
4.5.x
4.4.x
4.3.x
4.2.x
4.1.x
4.0.x
3.1.x
3.0.x
2.13.x
2.12.x
2.11.x
2.10.x
2.9.x
2.8.x
2.7.x
2.6.x
2.5.x
2.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file chips-n-salsa-examples-6.4.0-javadoc.jar to chips-n-salsa-examples-6.4.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder chips-n-salsa-examples-6.4.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "chips-n-salsa-examples-6.4.0-sources.jar" -d "chips-n-salsa-examples-6.4.0-javadoc" -subpackages 

Advertisement

Dependencies from Group

Jul 28, 2023
3 usages
48 stars
jpt
May 30, 2023
2 usages
8 stars
Jun 11, 2023
2 usages
1 stars
Apr 21, 2023
2 usages
0 stars
Aug 02, 2023
2 stars

Discover Dependencies