Interactive Bin Packing Application

The Interactive Bin Packing Application provides a self-guided tutorial on combinatorial optimization, the bin packing problem, and constructive heuristics for bin packing. It also enables the user to interact with bin packing instances to explore their own problem solving strategies, or to test their knowledge of the various constructive heuristics covered by the tutorial. The application is not a solver for bin packing. The Interactive Bin Packing Application is a tool for learning about the bin packing problem, as well as for learning about heuristic techniques for solving instances of the problem.

Лицензия

Лицензия

Группа

Группа

org.cicirello
Идентификатор

Идентификатор

interactive-bin-packing
Последняя версия

Последняя версия

3.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Interactive Bin Packing Application
The Interactive Bin Packing Application provides a self-guided tutorial on combinatorial optimization, the bin packing problem, and constructive heuristics for bin packing. It also enables the user to interact with bin packing instances to explore their own problem solving strategies, or to test their knowledge of the various constructive heuristics covered by the tutorial. The application is not a solver for bin packing. The Interactive Bin Packing Application is a tool for learning about the bin packing problem, as well as for learning about heuristic techniques for solving instances of the problem.
Ссылка на сайт

Ссылка на сайт

https://github.com/cicirello/InteractiveBinPacking
Организация-разработчик

Организация-разработчик

Cicirello.Org
Система контроля версий

Система контроля версий

http://github.com/cicirello/InteractiveBinPacking/tree/master

Скачать interactive-bin-packing

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit Необязательный jar 4.13.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0