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
.
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();
}
...
...
...
}