Class SOCPGeneralConstraint
- java.lang.Object
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.problem.SOCPGeneralConstraint
-
public class SOCPGeneralConstraint extends Object
This represents the SOCP general constraint of this form. \[ \lVert A_i^T x + c_i \rVert_2 \leq b_i^T x + d_i,\quad i = 1,\dots,m \]
-
-
Constructor Summary
Constructors Constructor Description SOCPGeneralConstraint(Matrix A, Vector c, Vector b, double d)Constructs a SOCP general constraint.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixA()Gets A.Vectorb()Gets b.Vectorc()Gets c.doubled()Gets d.
-