coin-or / CyLP

A Python interface to CLP, CBC, and CGL to solve LPs and MIPs.
Other
182 stars 68 forks source link

Add integration testing with CVXPY #155

Closed mkoeppe closed 2 years ago

mkoeppe commented 2 years ago

This adds a GH Actions workflow testing with CVXPY main HEAD. Test run at https://github.com/mkoeppe/CyLP/runs/5618813514?check_suite_focus=true

tkralphs commented 2 years ago

Forgive me if I missed it, but I didn't actually see where CyLP itself is getting tested in all of this. It looks like most of this testing would not be relevant to CyLP. I guess I'm missing the point here.

mkoeppe commented 2 years ago

CVXPY uses CyLP to interface CBC. Search for "CBC" in the output from the pytest run

tkralphs commented 2 years ago

Great, thanks!