jar

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 JAR file - Latest Versions:

All Versions

Download org.cicirello : interactive-bin-packing JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window interactive-bin-packing-3.1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cicirello.ibp

├─ org.cicirello.ibp.About.class - [JAR]

├─ org.cicirello.ibp.ApplicationState.class - [JAR]

├─ org.cicirello.ibp.Bin.class - [JAR]

├─ org.cicirello.ibp.BottomPanel.class - [JAR]

├─ org.cicirello.ibp.CallBack.class - [JAR]

├─ org.cicirello.ibp.CenterPanel.class - [JAR]

├─ org.cicirello.ibp.Floor.class - [JAR]

├─ org.cicirello.ibp.Help.class - [JAR]

├─ org.cicirello.ibp.InfoDialog.class - [JAR]

├─ org.cicirello.ibp.InteractiveBinPacking.class - [JAR]

├─ org.cicirello.ibp.Item.class - [JAR]

├─ org.cicirello.ibp.LogRecord.class - [JAR]

├─ org.cicirello.ibp.MenuBar.class - [JAR]

├─ org.cicirello.ibp.RecordList.class - [JAR]

├─ org.cicirello.ibp.SessionLog.class - [JAR]

├─ org.cicirello.ibp.SessionLogFormatter.class - [JAR]

├─ org.cicirello.ibp.SolutionValidator.class - [JAR]

├─ org.cicirello.ibp.TopPanel.class - [JAR]

├─ org.cicirello.ibp.Tutorial.class - [JAR]

├─ org.cicirello.ibp.UI.class - [JAR]

├─ org.cicirello.ibp.WestPanel.class - [JAR]

Advertisement