dingo icon indicating copy to clipboard operation
dingo copied to clipboard

Add pulp_based_impl.py and pulp_impl_test.py

Open KeShih opened this issue 7 months ago • 0 comments

What?

I have implemented the fba, fva, inner_ball, and remove_redundant_facets functions using PuLP (the default solver is HiGHS) and have included unit tests to ensure that their behavior remains consistent with the previous implementation.

Python packages pulp and highspy is required.

Unit Test

image

KeShih avatar Jul 13 '24 12:07 KeShih