| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.cicirello |
| Идентификатор | Идентификаторchips-n-salsa-examples |
| Последняя версия | Последняя версия5.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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/.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| chips-n-salsa-examples-5.0.0.pom | |
| chips-n-salsa-examples-5.0.0.jar | 31 KB |
| chips-n-salsa-examples-5.0.0-sources.jar | 41 KB |
| chips-n-salsa-examples-5.0.0-javadoc.jar | 448 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |