Closed nillst closed 3 years ago
Hmm, it's surprising to see "The model ran to an infinitely low cost
". This model's cost definitely seems bounded (should be 1.5 I believe).
ah I think that's just my blanket dual infeasibility statement, I should be more exact.
Strange that this is dual infeasible!
Also strange that it doesn't solve with relaxed constants
newest master prints "
confirmed that it solves with MOSEK
it wouldn't be difficult to remove duplicate constraints on the gpkit side
When using CVXOPT, a redundant equality constraint will fail to solve and send the model into debug mode (see the example below). The model is feasible as demonstrated by the successful solve on the first go. Once in debug mode, the model is solved successfully with relaxed constraints but shows 0% relaxation.
As far as I have tried, redundant inequality constraints do not seem to have this issue.
Thoughts?
Environment Information
Test model
Example Output