This repository contains Team Lehnurr's solution for the InformatiCup:2021
Description | Data |
---|---|
Sourcecode | spe-ed-solver directory |
Docker Files + Guide | .docker directory |
Documentation + User manual | ausarbeitung_informaticup2021_lehnurr.pdf |
Project documentation | spe-ed-docs.lehnurr.de |
Sourcecode documentation | spe-ed-docs.lehnurr.de/apidocs |
Branch for documenation source files | gh-pages branch |
Python Prototype | spe-ed-solver-prototype |
The Java 11 JDK and maven are required to compile the project. Other dependencies are provided automatically by maven. Just call
mvn package -f spe-ed-solver/pom.xml
To Build a Docker Image you can call
docker build --pull --rm -f ".docker/Dockerfile" -t teamlehnurr/spe-ed-solver:latest "."
You can run the project with docker or java 11.
- For docker you can pull the image with
docker pull teamlehnurr/spe-ed-solver:latest
- For java download a released
core-<Version>-jar-with-dependencies.jar
Further information about the cli and configuration are available in the user manual and the .docker/README file.
To avoid information overload, only project-related information is included in this README file. Further, technical information can be found in the README's of the subdirectories.
Feel free to contact us: team@lehnurr.de