Skip to content

Commit

Permalink
Clear TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
hedtke committed Jul 26, 2023
1 parent 08be521 commit 68f4f6c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# SCIP++: A C++ wrapper for SCIP

![CI Status](https://github.com/scipopt/SCIPpp/actions/workflows/main.yml/badge.svg)
TODO: ADD COVERAGE BADGE

SCIP++ is a C++ wrapper for SCIP's C interface.
It automatically manages the memory, and provides a simple interface to create linear expressions and inequalities.

## TODO BEFORE GO-LIVE

- [ ] get Schenker SOSPO approval
- [ ] create GitHub pages once repo is public. Docu is hosted on branch gh-pages
- [ ] enable CI
- [ ] upload test report and coverage report to codecov
- [ ] coverage badges in readme / or tool like CodeCov?

## Usage

Here is a simple example where we create a new model, add two variables, add a linear inequality as constraint, and ask
Expand Down

0 comments on commit 68f4f6c

Please sign in to comment.