| Package | Description |
|---|---|
| dev.nm.solver.multivariate.constrained.convex.sdp.socp.problem |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SOCPGeneralConstraint> |
SOCPGeneralConstraints.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SOCPGeneralConstraints.add(SOCPGeneralConstraint constraint)
Add an SOCP constraint.
|
| Constructor and Description |
|---|
SOCPGeneralConstraints(SOCPGeneralConstraint[] constraints)
Constructs a set of SOCP general constraints.
|
SOCPGeneralProblem(Vector f,
SOCPGeneralConstraint[] constraints)
Construct a general Second Order Conic Programming problem.
|
| Constructor and Description |
|---|
SOCPGeneralConstraints(List<SOCPGeneralConstraint> constraints)
Constructs a set of SOCP general constraints.
|
SOCPGeneralProblem(Vector f,
List<SOCPGeneralConstraint> constraints)
Construct a general Second Order Conic Programming problem.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.