public class PrimalDualSolution extends Object
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
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.