Skip to content

Commit

Permalink
explain README better
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Sep 14, 2023
1 parent 87f3e73 commit 74844b7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
|:---:|:---:|
| ![CI status](https://github.com/COBREXA/ConstraintTrees.jl/workflows/CI/badge.svg?branch=master) [![codecov](https://codecov.io/gh/COBREXA/ConstraintTrees.jl/branch/master/graph/badge.svg?token=A2ui7exGIH)](https://codecov.io/gh/COBREXA/ConstraintTrees.jl) | [![stable documentation](https://img.shields.io/badge/docs-stable-blue)](https://cobrexa.github.io/ConstraintTrees.jl/stable) [![dev documentation](https://img.shields.io/badge/docs-dev-cyan)](https://cobrexa.github.io/ConstraintTrees.jl/dev) |

ConstraintTree provides a simple data structure `ConstraintTree` for organizing
the contents of constraint-based linear problems. As a main goal, it abstracts
over the distinction between constraints and variables, allowing much tidier
representation for many kinds of complex constraint systems. The primary
purpose is to support constraint-based metabolic modeling within COBREXA.jl.
Package `ConstraintTrees.jl` provides a simple data structure `ConstraintTree`
for organizing the contents of linear constrained optimization problems. As a
main goal, it abstracts over the distinction between constraints and variables,
allowing much tidier representation for many kinds of complex constraint
systems. The primary purpose is to support constraint-based metabolic modeling
within [COBREXA.jl](https://github.com/LCSB-BioCore/COBREXA.jl).

`ConstraintTrees.jl` is new and under active development. Feel free to discuss
the changes and ideas.

#### Acknowledgements

Expand Down

0 comments on commit 74844b7

Please sign in to comment.