Skip to content

lujenia/leistungsnachweis-mamatofe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

Build instructions

To build and test the project, execute the following commands:

mkdir build
cd build
cmake ..
cmake --build .
ctest .

If you only want to run the application, you will find the binary under build/app/sudoku-solver.

Documentation

Doxygen, Sphinx and breathe need to be installed to generate the documentation. You have to run these commands:

cd doc
doxygen
make html

The documentation can also be found online under https://ob-algdatii-ss18.github.io/leistungsnachweis-mamatofe/.

About

leistungsnachweis-mamatofe created by GitHub Classroom

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.1%
  • CMake 10.9%