DOC

org.cicirello : interactive-bin-packing

Maven & Gradle

Aug 07, 2023
8 stars

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.

Table Of Contents

Latest Version

Download org.cicirello : interactive-bin-packing Javadoc & API Documentation - Latest Versions:

All Versions

Download org.cicirello : interactive-bin-packing Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.1.x
3.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file interactive-bin-packing-3.1.5-javadoc.jar to interactive-bin-packing-3.1.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder interactive-bin-packing-3.1.5-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 "interactive-bin-packing-3.1.5-sources.jar" -d "interactive-bin-packing-3.1.5-javadoc" -subpackages 

Advertisement