public static class SOCPDualProblem.EqualityConstraints extends Object implements EqualityConstraints
| Constructor and Description |
|---|
EqualityConstraints(Vector b,
Matrix[] A,
Vector[] c)
Constructs the equality constraints for a dual SOCP problem, \(\max_y \mathbf{b'y}
\textrm{ s.t.,} \\ \mathbf{\hat{A}_i'y + s_i = \hat{c}_i} \\ s_i \in K_i, i = 1, 2, ...,
q\).
|
| Modifier and Type | Method and Description |
|---|---|
int |
dimension()
Get the number of variables.
|
List<RealScalarFunction> |
getConstraints()
Get the list of constraint functions.
|
int |
size()
Get the number of constraints.
|
public EqualityConstraints(Vector b, Matrix[] A, Vector[] c)
b - \(b\)A - \(A_i\)'sc - \(c_i\)'spublic List<RealScalarFunction> getConstraints()
ConstraintsgetConstraints in interface Constraintspublic int dimension()
Constraintsdimension in interface Constraintspublic int size()
Constraintssize in interface ConstraintsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.