Research Article

Constraint Consensus Methods for Finding Interior Feasible Points in Second-Order Cones

Algorithm 3

Backtracking line search technique.
INPUTS: set of constraints (1.1) or (3.1), a point , the consensus vector
Compute the binary word at
count = 0
while     do
 Compute the binary word at
if  (   then
   ; Exit Function
else
  count = count+1
if count = loop then