This function determines values for x
, whence they have not
been specified by the user. Here, a feasibility problem is solved
first and its solution is then used as an initial point for the
original problem.
SocpPhase1(f, A, b, N, control)
A vector with the initial point for x
.
vector
: the parameters of the objective function in
its primal form.
matrix
; the parameter matrix of the cone constraints.
vector
: the parameter vector of the cone constraints.
vector
: the count of rows pertinent to each cone constraint.
list
: the list of control parameters for SOCP.
Bernhard Pfaff
The finding of an initial point x
is described in the user's
guide, sectionb 2.8.
Lobo, M. and Vandenberghe, L. and Boyd, S., SOCP: Software for Second-order Cone Programming, User's Guide, Beta Version, April 1997, Stanford University.
Socp
, SocpPhase2
, SocpControl