public class PrimalDualSolution
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
ImmutableVector |
s
This is the auxiliary helper to solve the dual problem.
|
ImmutableVector |
x
This is the minimizer for the primal problem.
|
ImmutableVector |
y
This is the maximizer for the dual problem.
|
| Constructor and Description |
|---|
PrimalDualSolution(Vector x,
Vector s,
Vector y)
Construct a solution to a primal and a dual SOCP problems.
|
public final ImmutableVector x
public final ImmutableVector y
public final ImmutableVector s