tulip-control / polytope

Geometric operations on polytopes of any dimension
https://pypi.org/project/polytope
Other
74 stars 19 forks source link

silence cvxopt output #23

Closed johnyf closed 8 years ago

johnyf commented 8 years ago

As of 441919b8901d02fcf96a646e70cae731c513daa3, cvxopt == 1.1.7 does not show glpk == 4.60 output. cvxopt == 1.1.8 does show this output. Note that requirements.txt has pinned cvxopt == 1.1.7. Silencing for cvxopt == 1.1.7 was introduced here by #11.

This is a cvxopt problem, and has been reported here: https://github.com/cvxopt/cvxopt/issues/63

johnyf commented 8 years ago

cvxopt >= 1.1.8 has changed its API. Fixed by 4650577b3de2104f5483197ff53e90c0188fa3ac.