dingo
dingo copied to clipboard
Add pulp_based_impl.py and pulp_impl_test.py
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.