public class SOCPGeneralProblem extends SOCPDualProblem
SOCPDualProblem.EqualityConstraints
Constructor and Description |
---|
SOCPGeneralProblem(SOCPGeneralProblem that)
Copy constructor.
|
SOCPGeneralProblem(Vector f,
List<SOCPGeneralConstraint> constraints)
Construct a general Second Order Conic Programming problem.
|
SOCPGeneralProblem(Vector f,
SOCPGeneralConstraint[] constraints)
Construct a general Second Order Conic Programming problem.
|
A, A, b, c, c, dimension, f, getEqualityConstraints, getLessThanConstraints, m, n, q
public SOCPGeneralProblem(SOCPGeneralProblem that)
that
- another SOCPGeneralProblempublic SOCPGeneralProblem(Vector f, SOCPGeneralConstraint[] constraints)
f
- fconstraints
- the SOCP constraintspublic SOCPGeneralProblem(Vector f, List<SOCPGeneralConstraint> constraints)
f
- fconstraints
- the SOCP constraintsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.