Skip to content

Lehnurr/spe-ed-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

spe-ed-solver by team Lehnurr

build tests java docs Push DockerImage to DockerHub Lines of Code

German Readme

This repository contains Team Lehnurr's solution for the InformatiCup:2021

Available data

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

Build

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 "."

Run

You can run the project with docker or java 11.

Further information about the cli and configuration are available in the user manual and the .docker/README file.

Further information

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.

Contact

Feel free to contact us: team@lehnurr.de

Team Lehnurr