Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.1 KB

Mini Solver

  • Build Status (CircleCI) : CircleCI
  • Linux Build Status (Travis) : Build Status
  • lgtm : Language grade: C/C++
  • CodeFactor : CodeFactor
  • Doc : Documentation

Build

Simply run:

make

However if you use Mac OS X and some G++ flags don't exist, try:

make build-osx

Run

To run the default program:

make run

Test

To run the tests:

make unit-test

However if you use Mac OS X and some G++ flags don't exist, try:

make unit-test-osx