Skip to main content

Questions tagged [second-order-cone-programming]

Second-order cone programming (SOCP).

0 votes
3 answers
212 views

I'm mainly a programmer, not a mathematician, so please bear with me. I have a sequence of rectangles in 3D space. Each one has a specified pose: position, an orientation (rotation in 3D), and a width ...
Luke B.'s user avatar
  • 111
0 votes
1 answer
53 views

I have the following concave optimization problem $$\max_x \; c^\top x - \sum_{i=1}^n \left( \lvert x_i \rvert + \lvert x_i \rvert^{3/2} \right) $$ I am able to solve it numerically using SOCP solvers,...
msantama's user avatar
  • 1,510
0 votes
1 answer
62 views

I am trying to solve the following second order cone constraint in Python (gurobipy), but it doesn’t recognize it as a SOC. Could anyone help me how to code it?: \begin{equation} - \left(\sum_{\tau=1}...
Azadeh Farsi's user avatar
1 vote
1 answer
88 views

I am looking for an analytical formulation of the projection of a generic vector $\mathbf{v}\in\mathbb{R}^3$ onto the second-order cone $\|\mathbf{x}\|\le\mathbf{c}^T\mathbf{x}$. While I was able to ...
CaG's user avatar
  • 107
0 votes
1 answer
113 views

am new to the field of optimization and have encountered the following optimization problem. I am curious to know what type of optimization problem this is and what methods are appropriate for solving ...
Wireless Engineer's user avatar
0 votes
1 answer
53 views

I have an optimisation problem of the form: $$\min_x c^T x + \| V x\|^2_2 + \| D x\|^2_2 - \| W x\|^2_2$$ Subject to linear constraints. $D$ is diagonal and $V$, $W$ are non-square matrices. I know ...
ADNNNNNNNNNNN's user avatar
1 vote
0 answers
46 views

I am a network engineer who is currently working with some network optimization problem. In my problem the term $\frac{1}{4}{\left( {1 + xyz} \right)^2}$ appears on the objective function and I can ...
Tuong Nguyen Minh's user avatar
2 votes
1 answer
185 views

I am trying to solve the following optimization problem: $\begin{align}\min_{\mathbf{c}_{k}} \sum_{k=1}^{K}\frac{q_k}{c_k} \\ \text{s.t. } c_k &\geq t_k \tag1\label1 \\ \sum_{k=1}^{K} c_k &\...
Wireless Engineer's user avatar
1 vote
0 answers
34 views

I am interested in deriving first-order optimality conditions for \begin{equation} \min_{x\in\mathbb{R}^{n}}f(x)\\ \text{s.t. }x\in\mathcal{K} \end{equation} where $f$ is a smooth function and $\...
Tucker's user avatar
  • 2,100
1 vote
1 answer
192 views

I was looking at the book LECTURES ON MODERN CONVEX OPTIMIZATION, by Ben-Tal and Nemirovski, which covers a lot of material on conic optimization or conic programming. The ideas I seem to get, but I ...
krishnab's user avatar
  • 2,705
0 votes
0 answers
43 views

From the Mosek cookbook, it is clear that by using the log-sum-exp transformation and some extra variable $u_k$, a geometric programing problem can be transform into a exponential cone presentation. ...
Tuong Nguyen Minh's user avatar
3 votes
1 answer
430 views

Suppose a QCQP problem : $$ \min_{x\in\mathbb{R}^{n}}f\left(x\right)=\frac{1}{2}x^{T}P_{0}x+q_{0}^{T}x$$ $$ s.t:\begin{cases} \frac{1}{2}x^{T}P_{i}x+q_{i}^{T}x+r_{i}\le0 & i=1,2\dots,m:m\le n \...
Danny Blozrov's user avatar
2 votes
1 answer
48 views

I am solving a second-order cone programming (SOCP) problem. I had to add a constraint that checks if at least one element of the decision variable vector is lower or equal to 0, i.e., I have to add ...
CaG's user avatar
  • 107
0 votes
1 answer
97 views

I am trying to reformulate the constraints $$ \alpha^\intercal L \beta + \|L^\intercal \alpha\|_{2}^{2} \leq \rho, $$ where $\alpha\in\mathbb{R}^{n},\beta\in\mathbb{R}^{m}$ and $\rho\in\mathbb{R}$ are ...
Josh Pilipovsky's user avatar
2 votes
2 answers
241 views

Suppose we are given $k$ distinct points $a_i \in \mathbb{R}^n$ for $i = 1, 2, \dots, k$, and our objective is to determine the Euclidean ball with the smallest radius that contains all these points ($...
hunterlineage's user avatar

15 30 50 per page
1
2 3 4 5
8