-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
@SteveDiamond mentioned that GUROBI failed a dual variable complementarity check on his local machine. I've verified that now on my machine. The failing test is socp_1. Although the failure happens at a complementarity check, there is a larger issue that the dual value
dual_var = [np.array([0.28656026]), np.array([2.86560261, 2.22062537, 1.22062538])]
is very far from dual-feasible. (The dual-feasibility issue wasn't reported because we don't check for dual domains with ExpCone or SOC constraints.)
Paging contributors to the GUROBI interface who might be able to help: @rostyboost @rmcgibbo @rluce @gglockner.
Version
- OS: macOS 10.13.6
- CVXPY Version: 1.1.0a3 (master; slightly ahead of public 1.1.0a3 release).
- GUROBI Version: 9.0.1 (find via
gurobipy.gurobi.version()).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels