Skip to content

Hellois-Barbosa/BinPacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinPacking - Helloïs BARBOSA - 4A FISA

M. Stéphane BONNEVAY: Optimisation discrète

Installation

Use git command to clone the project to you personal computer.

git clone https://github.com/Hellois-Barbosa/BinPacking.git

In this project, I used Maeven to manage dependencies. To install library you only need to execute the pom.xml.

I used JDK 1.8.

Usage

All subject questions were aswered in the report and his annex. You will find them in doc folder in the root of the project.

You may also uncomment the line corresponding to the question to be executed as follows.

public class Main {

    /**
     * @param args the command line arguments
     * @throws java.lang.Exception
     */
    public static void main(String[] args) throws Exception {
        Questions.q2();
        //Questions.q3();
        //Questions.q4();
        //Questions.q5();
        //Questions.q6();
        //Questions.q7();
    }

    ...
    ...
    ...

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages