NAG FL Interface
e04ptf (handle_​solve_​socp_​ipm)

Note: this routine uses optional parameters to define choices in the problem specification and in the details of the algorithm. If you wish to use default settings for all of the optional parameters, you need only read Sections 1 to 10 of this document. If, however, you wish to reset some or all of the settings please refer to Section 11 for a detailed description of the algorithm and to Section 12 for a detailed description of the specification of the optional parameters.
Settings help

FL Name Style:


FL Specification Language:


1 Purpose

e04ptf is a solver from the NAG optimization modelling suite for large-scale Second-order Cone Programming (SOCP) problems. It is based on an interior point method (IPM).

2 Specification

Fortran Interface
Subroutine e04ptf ( handle, nvar, x, nnzu, u, nnzuc, uc, rinfo, stats, monit, iuser, ruser, cpuser, ifail)
Integer, Intent (In) :: nvar, nnzu, nnzuc
Integer, Intent (Inout) :: iuser(*), ifail
Real (Kind=nag_wp), Intent (Inout) :: x(nvar), u(nnzu), uc(nnzuc), ruser(*)
Real (Kind=nag_wp), Intent (Out) :: rinfo(100), stats(100)
Type (c_ptr), Intent (In) :: handle, cpuser
External :: monit
C Header Interface
#include <nag.h>
void  e04ptf_ (void **handle, const Integer *nvar, double x[], const Integer *nnzu, double u[], const Integer *nnzuc, double uc[], double rinfo[], double stats[],
void (NAG_CALL *monit)(void **handle, const double rinfo[], const double stats[], Integer iuser[], double ruser[], void **cpuser, Integer *inform),
Integer iuser[], double ruser[], void **cpuser, Integer *ifail)
The routine may be called by the names e04ptf or nagf_opt_handle_solve_socp_ipm.

3 Description

e04ptf solves a large-scale SOCP optimization problem in the following form
minimize xn cTx subject to lA Ax uA , lx x ux , xK , (1)
where K= Kn1 ×× Knr × nl is a Cartesian product of r quadratic (second-order type) cones and nl-dimensional real space, and n = i=1 r ni + nl is the number of decision variables. Here c, x, lx and ux are n-dimensional vectors, A is an m×n sparse matrix, and lA and uA are m-dimensional vectors. Note that xK partitions subsets of variables into quadratic cones and each Kni can be either a quadratic cone or a rotated quadratic cone. These are defined as follows:
e04ptf solves SOCP problems stored as a handle. The handle points to an internal data structure which defines the problem and serves as a means of communication for routines in the NAG optimization modelling suite. First, the problem handle is initialized by calling e04raf. Then some of the routines e04rbf, e04ref, e04rff, e04rhf, e04rjf, e04rsf or e04rtf may be called to formulate the quadratic cones, linear objective function, quadratic objective function, quadratic constraints, bounds of the variables, and the block of linear constraints, respectively. Alternatively, the whole model can be loaded from a file by e04saf. When the handle is no longer needed, e04rzf should be called to destroy it and deallocate the memory held within. See Section 3.1 in the E04 Chapter Introduction for more details about the NAG optimization modelling suite.
The solver method can be modified by various optional parameters (see Section 12) which can be set by e04zmf and e04zpf anytime between the initialization of the handle and a call to the solver. Once the solver has finished, options may be modified for the next solve. The solver may be called repeatedly with various optional parameters.
The optional parameter Task may be used to switch the problem to maximization or to ignore the objective function and find only a feasible point.
Several options may have significant impact on the performance of the solver. Even if the defaults were chosen to suit the majority of problems, it is recommended that you experiment in order to find the most suitable set of options for a particular problem, see Sections 11 and 12 for further details.

3.1 Structure of the Lagrangian Multipliers

The algorithm works internally with estimates of both the decision variables, denoted by x, and the Lagrangian multipliers (dual variables), denoted by u for bound and linear constraints, and uc for quadratic cone constraints.
If the simple bounds have been defined (e04rhf was successfully called), the first 2n elements of u belong to the corresponding Lagrangian multipliers, interleaving a multiplier for the lower and the upper bound for each xi. If any of the bounds were set to infinity, the corresponding Lagrangian multipliers are set to 0 and may be ignored.
Similarly, the following 2m elements of u belong to multipliers for the linear constraints (if e04rjf has been successfully called). The organization is the same, i.e., the multipliers for each constraint for the lower and upper bounds are alternated and zeros are used for any missing (infinite bound) constraints.
If convex quadratic constraints have been defined successfully by e04rsf or e04rtf, denote the number of such constraints as nq, then the following 2nq elements of u belong to multipliers for the convex quadratic constraints. The organization is the same as linear constraints.
Some solvers merge multipliers for both lower and upper inequality into one element whose sign determines the inequality. Negative multipliers are associated with the upper bounds and positive with the lower bounds. An equivalent result can be achieved with this storage scheme by subtracting the upper bound multiplier from the lower one. This is also consistent with equality constraints.
Finally, the elements of uc are the corresponding Lagrangian multipliers for the variables in the quadratic cone constraints that have been defined by e04rbf. All multipliers are stored next to each other in array uc in the same order as the cone constraints were defined by e04rbf. For example, if the first cone constraint contains variables x4, x2, x3 and the second cone constraint contains variables x1, x7, x6, x5, then the dimension of array uc must be 7 and the first 3 elements are the corresponding Lagrangian multipliers for the cone composed of x4, x2, x3, followed by 4 elements that are the corresponding Lagrangian multipliers for the cone of x1, x7, x6, x5.

4 References

Alizadeh F and Goldfarb D (2003) Second-order cone programming Mathematical programming 95(1) 3–51
Andersen E D, Roos C and Terlaky T (2003) On implementing a primal-dual interior-point method for conic quadratic optimization Mathematical programming 95(2) 249–277
Goldfarb D and Scheinberg K (2005) Product-form Cholesky factorization in interior point methods for second-order cone programming Mathematical programming 103(1) 153–179
Goldman A J and Tucker A W (1956) Theory of linear programming Linear inequalities and related systems 38 53–97
Hogg J D and Scott J A (2011) HSL MA97: a bit-compatible multifrontal code for sparse symmetric systems RAL Technical Report. RAL-TR-2011-024
HSL (2011) A collection of Fortran codes for large-scale scientific computation http://www.hsl.rl.ac.uk/
Karypis G and Kumar V (1998) A fast and high quality multilevel scheme for partitioning irregular graphs SIAM J. Sci. Comput. 20(1) 359–392
Lobo M S, Vandenberghe L, Boyd S and Levret H (1998) Applications of second-order cone programming Linear Algebra and its Applications 284(1-3) 193–228
Lustig I J, Marsten R E and Shanno D F (1992) On implementing Mehrotra's predictor–corrector interior-point method for linear programming SIAM J. Optim. 2(3) 435–449
Mehrotra S (1992) On the implementation of a primal-dual interior point method SIAM J. Optim. 2 575–601
Nesterov Y E and Todd M J (1997) Self-scaled barriers and interior-point methods for convex programming Mathematics of Operations research 22(1) 1–42
Nesterov Y E and Todd M J (1998) Primal-dual interior-point methods for self-scaled cones SIAM J. Optim. 8(2) 324–364
Nocedal J and Wright S J (2006) Numerical Optimization (2nd Edition) Springer Series in Operations Research, Springer, New York
Sturm J F (2002) Implementation of Interior Point Methods for Mixed Semidefinite and Second Order Cone Optimization Problems Optimization Methods and Software 17(6) 151–171
Xu X, Hung P-F and Ye Y (1996) A simplified homogeneous and self-dual linear programming algorithm and its implementation Annals of Operations Research 62(1) 151–171

5 Arguments

1: handle Type (c_ptr) Input
On entry: the handle to the problem. It needs to be initialized (e.g., by e04raf) and to hold a problem formulation compatible with e04ptf. It must not be changed between calls to the NAG optimization modelling suite.
2: nvar Integer Input
On entry: n, the current number of decision variables x in the model.
3: x(nvar) Real (Kind=nag_wp) array Input/Output
On entry: the input of x is reserved for future releases of the NAG Library and it is ignored at the moment.
On exit: the final values of the variables x.
4: nnzu Integer Input
On entry: the dimension of array u.
If nnzu=0, u will not be referenced; otherwise, it needs to match the dimension of constraints defined by e04rhf and e04rjf as explained in Section 3.1.
Constraint: nnzu0.
5: u(nnzu) Real (Kind=nag_wp) array Input/Output
Note: if nnzu>0, u holds Lagrange multipliers (dual variables) for the bound constraints and linear constraints. If nnzu=0, u will not be referenced.
On entry: the input of u is reserved for future releases of the NAG Library and it is ignored at the moment.
On exit: the final values of the variables u.
6: nnzuc Integer Input
On entry: the dimension of array uc.
If nnzuc=0, uc will not be referenced; otherwise, it needs to match the total number of cone variables defined by e04rbf as explained in Section 3.1.
Constraint: nnzuc0.
7: uc(nnzuc) Real (Kind=nag_wp) array Input/Output
Note: if nnzuc>0, uc holds Lagrange multipliers (dual variables) for second-order cones as defined by e04rbf. If nnzuc=0, uc will not be referenced.
On entry: the input of uc is reserved for future releases of the NAG Library and it is ignored at the moment.
On exit: the final values of the variables uc.
8: rinfo(100) Real (Kind=nag_wp) array Output
On exit: error measures and various indicators of the algorithm (see Section 11 for details) as given in the table below:
1 Value of the primal objective.
2 Value of the dual objective.
3 Flag indicating the system formulation used by the solver, 0: augmented system, 1: normal equation.
4 Factorization type, 3: Cholesky, 4: Bunch–Parlett.
514 Not referenced in this solver.
15 Relative primal infeasibility, see Section 11.5.1.
16 Relative duality gap, see Section 11.5.1.
17 Relative dual infeasibility, see Section 11.5.1.
18 Accuracy, see Section 11.5.1.
19 τ, see (23).
20 κ, see (23).
21 Step length.
22100 Reserved for future use.
9: stats(100) Real (Kind=nag_wp) array Output
On exit: solver statistics as given in the table below. Note that times are measured in seconds, see optional parameter Stats Time.
1 Number of iterations.
2 Not referenced.
3 Total number of iterative refinements performed.
4 Value of the perturbation added to the diagonal in the normal equation formulation or the augmented system formulation.
5 Total number of factorizations performed.
6 Total time spent in the solver.
7 Time spent in the presolve phase.
8 Time spent in the last iteration.
9 Total time spent factorizing the system matrix.
10 Total time spent backsolving the system matrix.
11 Not referenced.
12 Time spent in the initialization phase.
13 Number of nonzeros in the system matrix.
14 Number of nonzeros in the system matrix factor.
15 Maximum error of the backsolve.
16 Number of columns in A considered dense by the solver.
17 Number of conic constraints considered dense by the solver.
18100 Reserved for future use.
10: monit Subroutine, supplied by the NAG Library or the user. External Procedure
monit is provided to enable you to monitor the progress of the optimization. It is invoked at the end of every ith iteration where i is given by the optional parameter SOCP Monitor Frequency (the default is 0, monit is not called).
monit may be the dummy subroutine e04ptu (e04ptu is included in the NAG Library).
The specification of monit is:
Fortran Interface
Subroutine monit ( handle, rinfo, stats, iuser, ruser, cpuser, inform)
Integer, Intent (Inout) :: iuser(*), inform
Real (Kind=nag_wp), Intent (In) :: rinfo(100), stats(100)
Real (Kind=nag_wp), Intent (Inout) :: ruser(*)
Type (c_ptr), Intent (In) :: handle, cpuser
C Header Interface
void  monit (void **handle, const double rinfo[], const double stats[], Integer iuser[], double ruser[], void **cpuser, Integer *inform)
1: handle Type (c_ptr) Input
On entry: the handle to the problem as provided on entry to e04ptf. It may be used to query the model during the solve, and extract the current approximation of the solution by e04rxf.
2: rinfo(100) Real (Kind=nag_wp) array Input
On entry: error measures and various indicators at the end of the current iteration as described in rinfo.
3: stats(100) Real (Kind=nag_wp) array Input
On entry: solver statistics at the end of the current iteration as described in stats, however, elements 3, 5, 9, 10 and 15 refer to the quantities in the last iteration rather than accumulated over all iterations through the whole algorithm run.
4: iuser(*) Integer array User Workspace
5: ruser(*) Real (Kind=nag_wp) array User Workspace
6: cpuser Type (c_ptr) User Workspace
monit is called with the arguments iuser, ruser and cpuser as supplied to e04ptf. You should use the arrays iuser and ruser, and the data handle cpuser to supply information to monit.
7: inform Integer Input/Output
On entry: a non-negative value.
On exit: must be set to a value describing the action to be taken by the solver on return from monit. Specifically, if the value is negative the solution of the current problem will terminate immediately with ifail=20; otherwise, computations will continue.
monit must either be a module subprogram USEd by, or declared as EXTERNAL in, the (sub)program from which e04ptf is called. Arguments denoted as Input must not be changed by this procedure.
11: iuser(*) Integer array User Workspace
12: ruser(*) Real (Kind=nag_wp) array User Workspace
13: cpuser Type (c_ptr) User Workspace
iuser, ruser and cpuser are not used by e04ptf, but are passed directly to monit and may be used to pass information to this routine. If you do not need to reference cpuser, it should be initialized to c_null_ptr.
14: ifail Integer Input/Output
On entry: ifail must be set to 0, −1 or 1 to set behaviour on detection of an error; these values have no effect when no error is detected.
A value of 0 causes the printing of an error message and program execution will be halted; otherwise program execution continues. A value of −1 means that an error message is printed while a value of 1 means that it is not.
If halting is not appropriate, the value −1 or 1 is recommended. If message printing is undesirable, then the value 1 is recommended. Otherwise, the value −1 is recommended since useful values can be provided in some output arguments even when ifail0 on exit. When the value -1 or 1 is used it is essential to test the value of ifail on exit.
On exit: ifail=0 unless the routine detects an error or a warning has been flagged (see Section 6).

6 Error Indicators and Warnings

If on entry ifail=0 or −1, explanatory error messages are output on the current error message unit (as defined by x04aaf).
Errors or warnings detected by the routine:
Note: in some cases e04ptf may return useful information.
ifail=1
The supplied handle does not define a valid handle to the data structure for the NAG optimization modelling suite. It has not been properly initialized or it has been corrupted.
ifail=2
The problem is already being solved.
This solver does not support the model defined in the handle.
ifail=4
On entry, nvar=value, expected value=value.
Constraint: nvar must match the current number of variables of the model in the handle.
ifail=5
On entry, nnzu=value.
nnzu does not match the size of the Lagrangian multipliers for constraints.
The correct value is 0 for no constraints.
On entry, nnzu=value.
nnzu does not match the size of the Lagrangian multipliers for constraints.
The correct value is either 0 or value.
On entry, nnzuc=value.
nnzuc does not match the size of the Lagrangian multipliers for second-order cone constraints.
nnzuc=0 when there are no second-order cone constraints.
On entry, nnzuc=value.
nnzuc does not match the size of the Lagrangian multipliers for second-order cone constraints.
The correct value is either 0 or value.
ifail=20
User requested termination during a monitoring step.
ifail=22
Maximum number of iterations exceeded.
ifail=23
The solver terminated after the maximum time allowed was exceeded.
Maximum number of seconds exceeded. Use optional parameter Time Limit to reset the limit.
ifail=24
No progress, stopping early.
The solver predicted that it is unable to make further progress and stopped prematurely. This might be due to the scaling of the problem, its conditioning or numerical difficulties.
ifail=50
Suboptimal solution.
The solver predicted that it is unable to reach a better estimate of the solution. However, the error measures indicate that the point is a reasonable approximation.
ifail=51
The problem was found to be primal infeasible.
ifail=52
The problem was found to be dual infeasible.
This error indicates that the primal problem is unbounded or infeasible.
ifail=-99
An unexpected error has been triggered by this routine. Please contact NAG.
See Section 7 in the Introduction to the NAG Library FL Interface for further information.
ifail=-399
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library FL Interface for further information.
ifail=-999
Dynamic memory allocation failed.
See Section 9 in the Introduction to the NAG Library FL Interface for further information.

7 Accuracy

The accuracy of the solution is determined by optional parameters SOCP Stop Tolerance and SOCP Stop Tolerance 2
If ifail=0 on the final exit, the returned point satisfies Karush–Kuhn–Tucker (KKT) conditions to the requested accuracy (under the default settings close to ε) and thus it is a good estimate of the solution. If ifail=50, some of the convergence conditions were not fully satisfied but the point is a reasonable estimate and still usable. Please refer to Section 11.5 and the description of the particular options.

8 Parallelism and Performance

e04ptf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
e04ptf makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the Users' Note for your implementation for any additional implementation-specific information.

9 Further Comments

9.1 Formulating Problems as SOCPs

This SOCP solver can solve several common convex problems covering a large variety of applications. However, in certain cases a reformulation is needed. In this section, we cover QCQP, norm minimization problems and robust linear programming, see Alizadeh and Goldfarb (2003) and Lobo et al. (1998) for further details.

9.1.1 Quadratically Constrained Quadratic Programming

Convex Quadratically Constrained Quadratic Programming (QCQP) appears in applications such as modern portfolio theory and wireless sensor network localization. The general convex QCQP problem has the following form
minimize xn 12 xT P0 x + q0T x + r0 subject to 12 xT Pi x + qiT x + ri 0 ,   i=1 ,, p , (4)
where Pi n×n , for i=0 ,,p , are symmetric and positive semidefinite matrices, hence there exist matrices Fi ki×n such that
Pi = FiT Fi ,  i=0,1,,p .  
In many practical problems this decomposition is already available. Otherwise it needs to be computed, for example, via Cholesky or eigenvalue decomposition, such as f07fdf for positive definite matrices, and f07kdf or f08fcf for positive semidefinite matrices. Let's introduce new artificial variables ti such that ti + qiT x + ri =0 , then we have an equivalent characterization of cone constraints as
12 xT Pi x + qiT x + ri 0   ⟷   ti + qiT x + ri = 0   and   12 Fix22 ti .  
By the definition of rotated quadratic cone (3) we have
12 Fix22 ti   ⟷   (ti,1,Fix) K r ki+2 .  
Therefore, model (4) can be transformed equivalently to the following SOCP problem
minimize xn , tp+1 t0 + q0T x + r0 subject to ti + qiT x + ri =0 ,   i=1 ,, p , (ti,1,Fix) K r ki+2 ,   i=0 ,, p . (5)
Two routines e04rsf and e04rtf can be used to define convex quadratic objective function and constraints directly and the solver will tranform them to SOCP automatically. If matrix (Pi) in quadratic term is close to singular, it's also recommended that the users follow the procedure above to factorize and transform to SOCP so that small eigenvalues of the matrix can be taken out accordding to the users' needs to achieve numerical stability in the solver.

9.1.2 Norm Minimization Problems

Consider the following problem that minimizes the sum of Euclidean norms
minimize xn i=1 r Aix+bi 2 , (6)
where Aini×n and bini. Problem (6) can be formulated as SOCP by introducing r auxiliary variables ti, for i=1,,r, and adding constraints
Aix+bi2 ti   ⟷   (ti, Ai x + bi ) K q ni+1 ,   i=1 ,, r .  
Then the resulting SOCP is
minimize xn , tr i=1 r ti subject to (ti,Aix+bi) K q ni+1 ,   i=1 ,,r . (7)
Observe that if (6) had non-negative weights in the sum, the problem would still be an SOCP.
Similarly, minimizing the maximum of Euclidean norms can be expressed as SOCPs. By introducing one auxiliary variable t, the problem
minimize xn max i=1,,r Aix+bi2 , (8)
is equivalent to
minimize xn, t t subject to Aix+bi2 t ,   i=1 ,, r . (9)
Hence, problem (8) can be cast as the following SOCP
minimize xn , t t subject to (t, Ai x + bi ) K q ni+1 ,   i=1 ,, r . (10)
As an interesting special case, an l1-norm minimization problem can also be solved by SOCP. Consider the following unconstrained problem
minimize xn Ax+b1 , (11)
where A m×n and b m , introduce an auxiliary variable u m such that Ax+b=u, then problem (11) is transformed to
minimize xn , um u1 subject to Ax+b=u . (12)
By adding an auxiliary variable tm, the above problem is equivalent to
minimize xn , um , tm i=1m ti subject to Ax+b=u , |ui| ti ,   i=1 ,, m . (13)
Note that the inequality |ui| ti is equivalent to (ti,ui) K q 2 , therefore, the final SOCP is
minimize xn , um , tm i=1 m ti subject to Ax+b=u , (ti,ui) K q 2 ,   i=1 ,, m . (14)

9.1.3 Robust Linear Programming

Consider a linear programming problem
minimize xn cTx subject to aiT x bi ,   i=1 ,, r , (15)
where c and bi are given but there is some uncertainty in parameter ai. In such a situation you might want to solve problem (15) in the worst-case sense, i.e., find the best solution x with respect to the most adverse choice of ai. Introducing uncertainty set to some or all your data and solving the problem in the worst-case scenario helps to avoid high sensitivity of your results even for a small perturbation in the input data. Assume ai are known to lie in given ellipsoids around its known centre a¯i
ai Ei { a¯i + Pi u | u21 } ,  
where Pin×n are positive semidefinite matrices, this problem is also known as robust linear programming which can be modelled as
minimize xn cT x subject to aiT x bi ,   for all   ai Ei ,   i=1 ,, r . (16)
Constraints
aiT x bi ,   for all   ai Ei ,   i=1 ,, r  
are equivalent to
maximize un { a¯iT x + (Pix) T u | u 1 } bi ,  
a¯iT x + maximize un { (Pix) T u | u 1 } bi .  
Using the definition of the dual norm of the Euclidean norm we can write down the equivalent for problem (16) as
minimize xn cTx subject to a¯iT x + Pix bi ,   i=1 ,, r . (17)
By adding auxiliary variables ti, i=1,,r that a¯iTx+ti=bi, we have the final equivalent SOCP as
minimize xn , tr cT x subject to a¯iT x + ti = bi ,   i=1 ,, r , (ti,Pix) K q n+1 ,   i=1 ,, r . (18)
Note we can also get SOCP formulation if there is some uncertainty or variation in the parameters c and bi following a similar procedure.

9.2 Description of the Printed Output

The solver can print information to give an overview of the problem and of the progress of the computation. The output may be sent to two independent streams (files) which are set by optional parameters Print File and Monitoring File. Optional parameters Print Level, Monitoring Level, Print Solution and Print Options determine the exposed level of detail. This allows, for example, a detailed log file to be generated while the condensed information is displayed on the screen.
By default (Print File=6, Print Level=2), six sections are printed to the standard output:
Header
The header is a message indicating the start of the solver. It should look like:
------------------------------------------------
 E04PT, Interior point method for SOCP problems
------------------------------------------------
Optional parameters list
The list shows all options of the solver, each displayed on one line. The output contains the option name, its current value and an indicator for how it was set. The options unchanged from the default setting are noted by ‘d’, options you set are noted by ‘U’, and options reset by the solver are noted by ‘S’. Note that the output format is compatible with the file format expected by e04zpf. The output might look as follows:
     Socp Iteration Limit          =                 100     * d
     Socp Max Iterative Refinement =                   9     * d
     Socp Presolve                 =                 Yes     * d
     Socp Scaling                  =                None     * d
Problem statistics
If Print Level2, statistics on the original and the presolved problems are printed. More detailed statistics, as well as a list of the presolve operations, are also printed for Print Level 3 or above, for example:
 Problem Statistics
   No of variables                  3
     free (unconstrained)           1
     bounded                        2
   No of lin. constraints           2
     nonzeroes                      6
   No of quad.constraints           0
   No of cones                      1
     biggest cone size              3
   Objective function          Linear
 
 Presolved Problem Measures
   No of variables                  7
   No of lin. constraints           4
     nonzeroes                     12
   No of cones                      1
Iteration log
If Print Level2, the solver prints the status of each iteration.
If Print Level=2, the output shows the iteration number (0 represents the starting point), the current primal and dual objective value, convergence measures (primal infeasibility, dual infeasibility and duality gap defined in Section 11.5.1) and the value of the additional variable τ (see Section 11.1). The output might look as follows:
------------------------------------------------------------------------
  it|    pobj    |    dobj    |  p.inf  |  d.inf  |  d.gap  |   tau  | I
------------------------------------------------------------------------
   0  2.34871E+00  0.00000E+00  8.89E-01  1.09E-01  1.80E-01  1.0E+00
   1  5.95233E+00  7.97442E+00  1.49E-01  1.83E-02  3.00E-02  1.9E-01
   2  1.71247E+01  1.59748E+01  1.10E-01  1.35E-02  2.22E-02  3.0E-01
   3  2.55291E+01  2.53467E+01  1.61E-02  1.98E-03  3.25E-03  2.9E-01
If Print Level=3, the solver also prints for each iteration ρA (defined in Section 11.5.1), the value of the variable κ (see Section 11.1), the step size, the maximum error of the backsolves performed as well as the total number of iterative refinements performed. The output takes the following form:
----------------------------------------------------------------------------------------------------------------------
  it|    pobj    |    dobj    |  p.inf  |  d.inf  |  d.gap  |  rhoa  |   tau  |  kappa |   step  |  errbs  | nrefi | I
----------------------------------------------------------------------------------------------------------------------
   0  2.34871E+00  0.00000E+00  8.89E-01  1.09E-01  1.80E-01  2.3E+00
   1  5.95233E+00  7.97442E+00  1.49E-01  1.83E-02  3.00E-02  2.3E-01  1.9E-01  9.5E-01  8.44E-01  1.07E-14   9
   2  1.71247E+01  1.59748E+01  1.10E-01  1.35E-02  2.22E-02  6.8E-02  3.0E-01  6.5E-02  4.30E-01  9.24E-15   9
   3  2.55291E+01  2.53467E+01  1.61E-02  1.98E-03  3.25E-03  6.9E-03  2.9E-01  7.9E-03  8.67E-01  3.04E-14   7
Occasionally, when numerical instabilities are too big, the solver will restart the iteration and switch to an augmented system formulation. In such cases the letters RS will be printed in the information column (I).
If Print Level>3, each iteration produces more information that expands over several lines. This additional information contains: The output might look as follows:
------------ Details of Iteration   1 ------------
method                           Augmented System
iterative refinements                           9
factorizations                                  1
matrix type                         Bunch-Parlett
diagonal perturbation                    7.00E-08
time iteration                           0.05 sec
--------------------------------------------------
Summary
Once the solver finishes, a detailed summary is produced:
-------------------------------------------------
Status: converged, an optimal solution found
-------------------------------------------------
Final primal objective value         2.688878E+01
Final dual objective value           2.688878E+01
Absolute primal infeasibility        2.264154E-07
Relative primal infeasibility        6.788104E-09
Absolute dual infeasibility          7.639479E-09
Relative dual infeasibility          1.371539E-09
Absolute complementarity gap         2.558237E-08
Relative complementarity gap         8.342957E-10
Iterations                                      8
It starts with the status line of the overall result which matches the ifail value and is followed by the final primal and dual objective values as well as the error measures and iteration count.
Optionally, if Stats Time=YES, the timings of the different parts of the algorithm are displayed. It might look as follows:
Timing
  Total time                             0.16 sec
  Presolver                              0.00 sec   (  1.3%)
  Core                                   0.15 sec   ( 98.7%)
    Initialization                       0.00 sec   (  1.4%)
    Factorization                        0.13 sec   ( 88.2%)
    Compute directions                   0.02 sec   ( 10.4%)
  Iterative refinement                   0.01 sec   (  9.7%)
Solution
If Print Solution=X, the values of the primal variables and their bounds on the primary and secondary outputs. It might look as follows:
Primal variables:
x_idx   Lower bound        Value      Upper bound
    1   0.00000E+00    1.02411E-08         inf
    2   0.00000E+00    1.43619E-08         inf
    3   4.00000E+00    1.00000E+01    1.00000E+01
    4   0.00000E+00    2.05523E+00    4.00000E+00
    5  -1.00000E+01   -6.28719E+00    1.00000E+01
    6  -8.00000E+00   -7.49982E+00    8.00000E+00
    7   1.00000E+00    2.08866E+00    3.00000E+00
    8   5.00000E-01    2.52602E+00    5.00000E+00
If Print Solution=YES or ALL, the values of the dual variables are also printed. It should look as follows:
Box bounds dual variables:
x_idx   Lower bound        Value      Upper bound        Value
    1   0.00000E+00    1.03294E+01         inf       0.00000E+00
    2   0.00000E+00    4.77419E+00         inf       0.00000E+00
    3   4.00000E+00    0.00000E+00    1.00000E+01    4.00326E+00
    4   0.00000E+00    0.00000E+00    4.00000E+00    1.88512E-08
    5  -1.00000E+01    9.77434E-09    1.00000E+01    0.00000E+00
    6  -8.00000E+00    1.18996E-07    8.00000E+00    0.00000E+00
    7   1.00000E+00    0.00000E+00    3.00000E+00    2.13077E-08
    8   5.00000E-01    2.00243E-09    5.00000E+00    0.00000E+00

Linear constraints dual variables:
  idx   Lower bound        Value      Upper bound        Value
    1   7.00000E+00    0.00000E+00    9.00000E+00    1.73118E+00
    2  -1.00000E+01    0.00000E+00   -8.00000E+00    1.20039E+00
    3  -1.50000E+01    0.00000E+00   -1.10000E+01    4.30107E-02

Cone constraints dual variables:
idgroup       x_idx       Value
    1             6    2.02570E+00
                  5   -2.02453E-01
                  4   -2.50000E-01
                  7    1.99999E+00

    2             8    7.11750E+00
                  2   -7.11749E+00

10 Example

This example demonstrates how to define and solve a Second-order Cone Programming (SOCP). As described in Section 9.1, SOCP has many applications, however, a reformulation might be needed. See e04rsf where a convex quadratically constrained quadratic programming problem is defined and solved via SOCP. See also e04saf where the input is read from a file.
This example solves the following SOCP problem
minimize 10.0x1 + 20.0x2 + x3  
subject to the bounds
-2.0 x1 2.0 -2.0 x2 2.0  
the general linear constraints
-0.1x1 - 0.1x2 + x3 1.5 1.0 -0.06x1 + x2 + x3  
and the cone constraint
(x3,x1,x2) K q 3 .  
The optimal solution (to five significant figures) is
x*=(-1.2682,-4.0843,1.3323)T,  
and the objective function value is -19.518.

10.1 Program Text

Program Text (e04ptfe.f90)

10.2 Program Data

Program Data (e04ptfe.d)

10.3 Program Results

Program Results (e04ptfe.r)

11 Algorithmic Details

This section contains the description of the underlying algorithms used in e04ptf, which implements the standard primal-dual path-following interior point method with Nesterov–Todd scaling and self-dual embedding. For further details, see Nesterov and Todd (1998), Nesterov and Todd (1997) and Andersen et al. (2003).
For simplicity, we consider the following primal Second-order Cone Programming (SOCP) formulation
minimize xn cTx subject to Ax=b , xK¯ , (19)
where c, xn, bm, Am×n with full row rank, and K¯ = Kn1 ×× Knr × + nl . The dual formulation for problem (19) is given by
maximize ym , zn bTy subject to ATy+z=c , zK¯ , (20)
where y and z denote the dual variables and K¯ is as defined above (it is a self-dual cone). Solutions of the primal (19) and dual (20) problem are connected by the strong duality theory (see, for example, Nocedal and Wright (2006)) and are characterized by the first-order optimality conditions, the so-called Karush–Kuhn–Tucker (KKT) conditions, which are stated as follows:
Ax=b ,   xK¯ (primal feasibility) ATy+z=c ,   zK¯ (dual feasibility) xz=0 (complementarity), (21)
where is the multiplication operator defined in a special case of a so-called Euclidean Jordan algebra (n,) with the following definition
xy ( xTy x0y1 + y0x1 x0yn + y0xn ) . (22)
If (19) and (20) have a strictly feasible solution (i.e., there is a feasible solution (x^,(y^,z^)) such that x^intK¯ and z^intK¯), then they both have optimal solutions and the duality gap is zero. Moreover, a feasible solution pair (x*,y*,z*) is optimal if, and only if, the KKT conditions (21) hold at this point, see Alizadeh and Goldfarb (2003) for more details.
The underlying algorithm applies an iterative method to find an optimal solution (x*,y*,z*) of the system (21) employing variants of Newton's method and modifying the search direction and step length so that the cone constraints are preserved at every iteration.

11.1 Homogeneous Self-Dual Algorithm

The homogeneous and self-dual (HSD) model was first studied by Goldman and Tucker (1956) for linear programming and simplified by Xu et al. (1996). Then a generalization of HSD was employed to solve SOCP problems by Andersen et al. (2003) and Sturm (2002). As its name suggests, the HSD model and its dual are equivalent. Self-dual formulations embed the original problem (19) in a larger conic optimization problem such that the latter is primal and dual feasible, with known feasible points, and from which solution we can extract optimal solutions or certificates of infeasibility of the original problem.
We define the homogeneous and self-dual model for problem (19) as follows:
Ax-bτ =0, ATy + z-cτ = 0 , -cTx + bTy-κ = 0 , (x;τ) K~ ,   (z;κ) K~ . (23)
Here τ and κ are two additional variables and we use the notation that
K~ K¯ × + .  
The model (23) can be viewed as a self-dual optimization problem with a zero objective function. If (x^,τ^,y^,z^,κ^) is any feasible solution to (23), then if τ^>0, a primal-dual optimal solution to (19) and (20) is given by
(x*,y*,z*) = (x^,y^,z^) / τ^ ,  
and the duality gap is given by cTx*-bTy*=κ^/τ^=0. The homogeneous algorithm is an application of the primal-dual method for the computation of a feasible solution to (23). In order to achieve this, we follow the guideline of path-following interior point method and define a central path that is a smooth curve connecting an initial interior point and a complementary solution. So the set of nonlinear equations
Ax-bτ = γ (Ax0-bτ0) , ATy + z-cτ = γ (ATy0+z0-cτ0) , -cTx + bTy - κ = γ (-cTx0+bTy0-κ0) , xz = γμ0e , τκ = γμ0 , (24)
defines the central path of the homogeneous model parameterized by γ[0,1], (x0,z0,y0,τ0,κ0) is an initial feasible point and μ has the expression μxTs+τκr+1 where r is the number of cones.

11.2 The Nesterov–Todd Search Direction

The Newton search direction is only guaranteed to be well-defined in a narrow neighbourhood around the central path. The search direction corresponds to applying Newton's method to (24) in a scaled space and then scaling the resulting search direction back to the original space so that it is well-defined. A matrix W is a scaling matrix if it satisfies the conditions W0 and WQW=Q where W0 means W is symmetric and positive definite and Q is a symmetric block diagonal matrix composed by so called reflection matrices Qi with the following definition:
Qi ( 1 0 0 0 -1 0 0 0 -1 )  for quadratic cone, Qi ( 0 1 0 0 1 0 0 0 0 0 -1 0 0 0 0 -1 )   for rotated quadratic cone.  
It is easy to see that if we scale x to Wx, z to W−1z, A to AW−1, and c to W−1c, the resulting primal and dual pair is equivalent to (19) and (20), see Alizadeh and Goldfarb (2003) for more details.
An important issue is the choice of the scaling matrix W. According to Andersen et al. (2003), the best results are obtained for the Nesterov–Todd (NT) scaling suggested by Nesterov and Todd (1997). In the NT scaling, W is chosen such that
Wx= x¯= z¯= W−1z .  
Then the resulting Newton system to be solved to get direction (Δx,Δτ,Δy,Δz,Δκ) is
AΔx-bΔτ = (γ-1) (Ax0-bτ0) , ATΔy + Δz-cΔτ = (γ-1) (ATy0+z0-cτ0) , -cTΔx + bTΔy - Δκ = (γ-1) (-cTx0+bTy0-κ0) , Wx0 W−1Δz + W−1z0 WΔx = -Wx0 W−1z0 + γμ0e , τ0Δκ + κ0Δτ = -τ0κ0 + γμ0 . (25)

11.3 Mehrotra's Predictor-Corrector Method

When Newton's method is applied to the perturbed complementarity conditions in (24), the quadratic terms are neglected. Instead of neglecting the quadratic term Mehrotra (1992) suggested using a second-order correction of the search direction which increases the efficiency of the algorithm significantly in practice (Lustig et al. (1992)).
To implement this idea, we first solve (24) for γ=0 to get an affine scaling direction and a maximum step size αnmax to the boundary. Then use these directions to estimate the quadratic terms
WΔx W−1Δz   and   ΔτΔκ  
from (24) and use αnmax to choose
γ = min(δ, (1-αnmax) 2 ) (1-αnmax) ,  
where δ(0,1) is a constant. Therefore, we can choose γ dynamically depending on how much progress can be made in the pure Newton (affine scaling) direction.

11.4 Solving the KKT System

The solution of the Newton system of equations (25) is the most computationally costly operation. To reduce the system, we need the following definition. Associated with each vector x=(x0;x¯)n there is an arrow-shaped matrix Arw(x) defined as:
Arw(x) ( x0 x¯T x¯ x0I ) ,  
where I is the identity matrix of dimension n-1. Together with the definition in (22), it is not hard to see that
xz = Arw(x)z .  
In practice, system (25) is reduced to the augmented system by eliminating Δz and Δκ from the system as follows:
( -W2 AT A 0 ) ( g1 g2 ) = ( r2 - W (Arw(Wx0)) −1 r4 r1 ) (26)
and
( -W2 AT A 0 ) ( h1 h2 ) = ( c b ) ' (27)
where r1,,r4 (r5 eliminated) are the corresponding right-hand side in (25) and we have that
Δτ = r3 - cT g1 + bT g2 (τ0) -1 κ0 + cT h1 - bT h2  
and
( Δx Δy ) = ( g1 g2 ) + ( h1 h2 ) Δτ .  
Linear systems (26) and (27) are systems of m+n variables, symmetric and indefinite. Submatrix W is block diagonal and positive definite. Note that systems (26) and (27) have the same coefficient matrix so we only need to perform factorization once per iteration.
The system (27) can be further reduced by eliminating g1 and h1, to a positive definite system usually called normal equations defined as
(AW−2AT) h2 = b+AW−2c , (28)
also system (26) can be reduced similarly.
Typically, formulation (28) is preferred for many problems as the system matrix can be factorized by a sparse Cholesky. However, this brings some well-known disadvantages: ill-conditioning of the system is often observed during the final stages of the algorithm. If matrix A contains dense columns (columns with relatively many nonzeros), then AW−2AT has many nonzeros, which in turn makes the factorization expensive. On the other hand, solving the augmented system by Bunch–Parlett type factorization is usually slower, but it normally avoids the fill-in caused by dense columns.
e04ptf can detect and handle dense columns in the KKT system effectively. Since matrix W−2 in (28) is block diagonal, so dense columns also come as a linear combination of some columns in A. Depending on the number and the density of the ‘dense’ columns, the solver may either choose to directly use an augmented system formulation or to treat these columns separately in a product-form Cholesky factorization as described by Goldfarb and Scheinberg (2005). It is also possible to manually override the automatic choice via the optional parameter SOCP System Formulation and let the solver use a normal equations or an augmented system formulation.
Badly scaled optimal solutions may present numerical challenges, therefore, iterative refinement is employed for reducing the roundoff errors produced during the solution of the system. When the condition number of the system AW−2AT prevents the satisfactory use of iterative refinement, e04ptf switches automatically to an augmented system formulation, reporting RS (Restart) in the last column of the iteration log (I). Furthermore, e04ptf provides several scaling techniques to adjust the numerical characteristics of the problem data, see optional parameter SOCP Scaling.
Finally, factorization of the system matrix can degrade sparsity, so the resulting fill-in can be large, therefore, several ordering techniques are included to minimize it. e04ptf uses Harwell packages MA97 (see Hogg and Scott (2011) and HSL (2011)) for the underlying sparse linear algebra factorization and MC68 approximate minimum degree algorithm, and METIS (Karypis and Kumar (1998)) nested dissection algorithm for the ordering.

11.5 Stopping Criteria

11.5.1 Convergence-optimal termination

To measure the infeasibility, the following measures
ρP Ax-bτ max(1, A,b ) , relative primal feasibility, ρD ATy+z-cτ max(1, AT,I,-c ) , relative dual feasibility, ρG |-cTx+bTy-κ| max(1, -cT,bT,1 ) , relative duality gap  
are defined to measure the relative reduction in the primal, dual and gap infeasibility, respectively. In addition, an extra measure is considered to quantify the accuracy in the objective function, which is given by
ρA |cTx-bTy| τ + |bTy| .  
The iteration is considered nearly feasible and optimal, and the interior point algorithm is stopped when the following conditions
max(ρP,ρD) ε1   and   ρA ε2  
are satisfied. Here ε1 and ε2 may be set using SOCP Stop Tolerance and SOCP Stop Tolerance 2, respectively.
Premature termination is triggered and the returned solution is considered as an optimal solution if the current iteration exhibits fast convergence and the optimality measures lie within a small range of desired precision. In particular, the self-dual algorithm is stopped if the above termination conditions are met within a small factor and τ>1000κ. This measure is tracked after the first 10 iterations.
In addition, the solver stops prematurely and reports suboptimal solution when it predicts that the current estimate of the solution will not be improved in subsequent iterations. In most cases the returned solution should be acceptable.

11.5.2 Infeasibility/Unboundedness Detection

The problem is concluded to be primal or dual infeasible if one of the following conditions hold:
  1. 1.max(ρP,ρD,ρG)ε1  and  τε2max(1,κ).
  2. 2.με2μ0  and  τε2max(1,κ).
Then the problem is declared dual infeasible if cTx<0 or primal infeasible otherwise.

11.6 Further Details

e04ptf includes an advance preprocessing phase (called presolve) to reduce the dimensions of the problem before passing it to the solver. The reduction in problem size generally improves the behaviour of the solver, shortening the total computation time. In addition, infeasibility may also be detected during preprocessing. The default behaviour of the presolve can be modified by optional parameter SOCP Presolve.

12 Optional Parameters

Several optional parameters in e04ptf define choices in the problem specification or the algorithm logic. In order to reduce the number of formal arguments of e04ptf these optional parameters have associated default values that are appropriate for most problems. Therefore, you need only specify those optional parameters whose values are to be different from their default values.
The remainder of this section can be skipped if you wish to use the default values for all optional parameters.
The optional parameters can be changed by calling e04zmf anytime between the initialization of the handle and the call to the solver. Modification of the optional parameters during intermediate monitoring stops is not allowed. Once the solver finishes, the optional parameters can be altered again for the next solve.
The option values can be retrieved by calling e04znf.
The following is a list of the optional parameters available. A full description of each optional parameter is provided in Section 12.1.

12.1 Description of the Optional Parameters

For each option, we give a summary line, a description of the optional parameter and details of constraints.
The summary line contains:
All options accept the value DEFAULT to return single options to their default states.
Keywords and character values are case and white space insensitive.
Defaults
This special keyword may be used to reset all optional parameters to their default values. Any argument value given with this keyword will be ignored.
Infinite Bound SizerDefault =1020
This defines the ‘infinite’ bound bigbnd in the definition of the problem constraints. Any upper bound greater than or equal to bigbnd will be regarded as + (and similarly any lower bound less than or equal to -bigbnd will be regarded as -). Note that a modification of this optional parameter does not influence constraints which have already been defined; only the constraints formulated after the change will be affected.
Constraint: Infinite Bound Size1000.
Monitoring FileiDefault =−1
If i0, the unit number for the secondary (monitoring) output. If set to −1, no secondary output is provided. The following information is output to the unit:
Constraint: Monitoring File−1.
Monitoring LeveliDefault =4
This parameter sets the amount of information detail that will be printed by the solver to the secondary output. The meaning of the levels is the same as with Print Level.
Constraint: 0Monitoring Level5.
Print FileiDefault =advisory message unit number
If i0, the unit number for the primary output of the solver. If Print File=−1, the primary output is completely turned off independently of other settings. The default value is the advisory message unit number as defined by x04abf at the time of the optional parameters initialization, e.g., at the initialization of the handle. The following information is output to the unit:
Constraint: Print File−1.
Print LeveliDefault =2
This parameter defines how detailed information should be printed by the solver to the primary output.
i Output
0 No output from the solver
1 Only the final status and the primal and dual objective value
2 Problem statistics, one line per iteration showing the progress of the solution with respect to the convergence measures, final status and statistics
3 As level 2 but each iteration line is longer, including step lengths and errors
4,5 As level 3 but further details of each iteration are presented
Constraint: 0Print Level5.
Print OptionsaDefault =YES
If Print Options=YES, a listing of optional parameters will be printed to the primary output.
Constraint: Print Options=YES or NO.
Print SolutionaDefault =NO
If Print Solution=X, the final values of the primal variables are printed on the primary and secondary outputs.
If Print Solution=YES or ALL, in addition to the primal variables, the final values of the dual variables are printed on the primary and secondary outputs.
Constraint: Print Solution=YES, NO, X or ALL.
SOCP Iteration LimitiDefault =100
The maximum number of iterations to be performed by e04ptf. Setting the option too low might lead to ifail=22.
Constraint: SOCP Iteration Limit1.
SOCP Monitor FrequencyiDefault =0
This parameter defines the frequency of how often subroutine monit is called. If i>0, the solver calls monit at the end of every ith iteration. If it is set to 0, the subroutine is not called at all.
Constraint: SOCP Monitor Frequency0.
SOCP PresolveaDefault =FULL
This parameter allows you to reduce the level of presolving of the problem or turn it off completely. If the presolver is turned off, the solver will try to handle the problem as given by you. In such a case, the presence of fixed variables or linear dependencies in the constraint matrix can cause numerical instabilities to occur. In normal circumstances, it is recommended to use the full presolve which is the default.
Constraint: SOCP Presolve=FULL, BASIC or NO.
SOCP ScalingaDefault =NONE
This parameter controls the type of scaling to be applied on the constraint matrix A before solving the problem. More precisely, the scaling procedure will try to find diagonal matrices D1 and D2 such that the values in D1AD2 are of a similar order of magnitude. The solver is less likely to run into numerical difficulties when the constraint matrix is well scaled.
Constraint: SOCP Scaling=ARITHMETIC, GEOMETRIC or NONE.
SOCP Stop TolerancerDefault =ε
This parameter sets the value ε1 which is the tolerance for the convergence measures in the stopping criteria, see Section 11.5.
Constraint: SOCP Stop Tolerance>ε.
SOCP Stop Tolerance 2rDefault =ε
This parameter sets the additional tolerance ε2 used in the stopping criteria, see Section 11.5.
Constraint: SOCP Stop Tolerance 2>ε.
SOCP System FormulationaDefault =AUTO
As described in Section 11.4, e04ptf can internally work either with the normal equations formulation (28) or with the augmented system (26) and (27). A brief discussion of advantages and disadvantages is presented in (27). Setting the option value to AUTO leaves the decision to the solver based on the structure of the constraints and it is the recommended value. This will typically lead to the normal equations formulation unless there are many dense columns or the system is significantly cheaper to factorize as the augmented system. Note that in some cases even if SOCP System Formulation=NORMAL EQUATIONS the solver might switch the formulation through the computation to the augmented system due to numerical instabilities or computational cost.
Constraint: SOCP System Formulation=AUTO, AUGMENTED SYSTEM, AS, NORMAL EQUATIONS or NE.
Stats TimeaDefault =NO
This parameter allows you to turn on timings of various parts of the algorithm to give a better overview of where most of the time is spent. This might be helpful for a choice of different solving approaches. It is possible to choose between CPU and wall clock time. Choice YES is equivalent to WALL CLOCK.
Constraint: Stats Time=YES, NO, CPU or WALL CLOCK.
TaskaDefault =MINIMIZE
This parameter specifies the required direction of the optimization. If Task=FEASIBLE POINT, the objective function (if set) is ignored and the algorithm stops as soon as a feasible point is found with respect to the given tolerance. If no objective function is set, Task reverts to FEASIBLE POINT automatically.
Constraint: Task=MINIMIZE, MAXIMIZE or FEASIBLE POINT.
Time LimitrDefault =106
A limit to the number of seconds that the solver can use to solve one problem. If during the convergence check this limit is exceeded, the solver will terminate with ifail=23.
Constraint: Time Limit>0.