GeomScale / dingo

A python library for metabolic networks sampling and analysis
GNU Lesser General Public License v3.0
44 stars 28 forks source link

Improve preprocessing #27

Closed TolisChal closed 3 years ago

TolisChal commented 3 years ago

This PR improves the preprocessing to compute a full-dimensional polytope:

-- computes the redundant facets and removes them -- computes the dimensions with a small offset and add the corresponding equality -- samples from Bigg models that the previous preprocessing was failing to handle.

This PR also fixes the issue https://github.com/GeomScale/dingo/issues/20