GeomScale / dingo

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

include volume approximation #44

Open Patrickens opened 2 years ago

Patrickens commented 2 years ago

Is your feature request related to a problem? Please describe. I am slicing a polytope into orthants and need to approximate the volume of each orthant to correct a likelihood computed for flux samples drawn from each orthant.

Describe the solution you'd like It would be massively helpful if dingo would include volume computation

Patrickens commented 1 year ago

Also FYI: there is this package called PolyRound which also does polytope rounding, but does not include volume computation. I was trying to get the rounded polytopes from PolyRound into volesti for volume computations, but that has so far proven difficult.

Thanks for volesti & Dingo, looks like a lovely repo!