SOCPs include LPs as Special Case

The linear program (LP)

 min_x : c^Tx ~:~ a_i^Tx le b_i, ;; i=1,ldots,m,

can be cast as an SOCP

 min_x : c^Tx ~:~ |C_i x + d_i |_2 le b_i-a_i^Tx, , ;; i=1,ldots,m,

with C_i = 0, d_i = 0, i=1,ldots,m.