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.

License

License

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

interactive-bin-packing
Last Version

Last Version

3.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/cicirello/InteractiveBinPacking
Project Organization

Project Organization

Cicirello.Org
Source Code Management

Source Code Management

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

Download interactive-bin-packing

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0