You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: LoadError: The optimizer supports second-order cone constraints and not quadratic constraints but you entered a quadratic constraint of type: `MathOptInterface.ScalarQuadraticFunction{Float64}`-in-`MathOptInterface.GreaterThan{Float64}`. A bridge attempted to transform the quadratic constraint to a second order cone constraint but the constraint is not strongly convex, i.e., the symmetric matrix of quadratic coefficients is not positive definite. Convex constraints that are not strongly convex, i.e. the matrix is positive semidefinite but not positive definite, are not supported yet.
However the matrix pcov is positive definite (all eigen values > 0) and the constraint is therefore strongly convex.
The text was updated successfully, but these errors were encountered:
odow
changed the title
JuMP appears to be unable to recognize that a matrix is positive definite
Clarify error message in quad_to_soc bridge
Mar 3, 2021
Running the model
with:
one gets the following error,
However the matrix
pcov
is positive definite (all eigen values > 0) and the constraint is therefore strongly convex.The text was updated successfully, but these errors were encountered: