is not current version
Last Version 3.1.2

org.cicirello:interactive-bin-packing 3.1.1

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.

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

interactive-bin-packing
Version

Version

3.1.1
Type

Type

jar

Download interactive-bin-packing 3.1.1


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