I'm trying to find a "dynamic" linear programming solver. A dynamic linear programming solver means that an LP solver supporting (very fast) insertions and deletions of the constraints.
I found a paper about a dynamic LP solver written by David Eppstein, but I cannot find any implementations.
Is there an implementation of Eppstein's algorithm or similar algorithm?