clpybind provides a low-level binding to the Clp linear programming solver, implemented using pybind11.
It is mostly useful when you want to specify (possibly very large) problems directly in matrix form, instead of using higher-level interfaces like PuLP.