Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyxflower/memo
Constraint-based metabolic modelling with sparse IPOPT
https://github.com/nyxflower/memo
constraint-based-modeling interior-point-optimizer metabolic-models non-linear-optimization
Last synced: 6 days ago
JSON representation
Constraint-based metabolic modelling with sparse IPOPT
- Host: GitHub
- URL: https://github.com/nyxflower/memo
- Owner: NYXFLOWER
- License: mit
- Created: 2021-01-31T23:45:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-02T01:01:21.000Z (about 3 years ago)
- Last Synced: 2024-11-09T05:38:33.619Z (2 months ago)
- Topics: constraint-based-modeling, interior-point-optimizer, metabolic-models, non-linear-optimization
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MM
Metabolic modeling with IPOPT## Prerequisites
The code in the subfolder is mainly based on the [`cyipopt`](https://github.com/mechmotum/cyipopt) package,
which is a Cython interface for the interior point optimizer.