Skip to content

GUROBI failing SOC dual-feasibility check #948

@rileyjmurray

Description

@rileyjmurray

@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()).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions