- Compile the project with Maven
mvn package
- Run the JAR file
java -jar target/hetic-learning-java-1.0-SNAPSHOT-jar-with-dependencies.jar
-
Download the
inputs
folder -
Run the JAR file with the
inputs
folder
java -jar target/hetic-learning-java-1.0-SNAPSHOT-jar-with-dependencies.jar inputs
- Check the
.res
files next to*.op
files
- Maxence BREUILLES (@MisterAzix)