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 covariance matrix pcov is positive definite (all eigen values > 0) and so the constraint is strongly convex.
The text was updated successfully, but these errors were encountered:
*** Please disregard this issue. I didn't notice that there was already a reply to an identical issue I had posted yesterday.
Running the model
with
throws the following error:
However, the covariance matrix
pcov
is positive definite (all eigen values > 0) and so the constraint is strongly convex.The text was updated successfully, but these errors were encountered: