GitHub | Name | UPI |
---|---|---|
SeanSpires | Sean Spires | sspi841 |
WaiHaiDere | Tyger Kong | tkon583 |
pabloSushibar | Ryan Lim | rlim083 |
MarioSinovcic | Mario Sinovcic | msin595 |
joshiefu | Joshua Fu | jfu047 |
Building the JAR
- Import
src
into IDE - Build jar from IDE
-
Intellij
File
->Project Structure
->Artifacts
- Create a new artifact -> JAR ->
From modules with dependencies
- Select the main class ->
OK
Apply
->OK
Build
->Build Artifacts
- Select your artifact and build
- The JAR file should now be in
out/artifacts/
Running the JAR
- Ensure your input files are in the same directory as the JAR
- Navigate to JAR directory in terminal
- Run the JAR using
java -jar [JARName].jar [InputFileName].dot [NumberOfProcessors] <Options>
- Options include:
-
Parameter Use −p < N > Use N cores for execution in parallel (default is sequential)' −v Visualise the search −o [fileName] Output file is named [fileName]
-
- Options include:
The wiki of this repository contains detailed information about our project. This includes:
- Background of the problem
- Our approach to the solution
- Code documentation
- Project planning
- Meeting minutes
- Pair programming logs