modsim / FluxML

A Universal Modeling Language for Metabolic Flux Analysis
MIT License
9 stars 6 forks source link

GMP requirement seems unnecessary #31

Closed mbeyss closed 5 months ago

mbeyss commented 5 months ago

I see no reason, why arbitrary precision math is needed anywhere

mbeyss commented 5 months ago

arbitrary precision is actually needed in data/ConstraintSystem.cc. There, the constraint system is solved (calculation of dependent/free fluxes) in arbitrary precision. While likely not strictly necessary in most cases, it has added value