Skip to main content

Questions tagged [conic-programming]

For questions about conic programming, a generalization of linear and semidefinite programming that considers constraints defined over convex cones.

0 votes
0 answers
40 views

I am trying to solve an optimization problem that contains power functions. I reformulated the problem via a logarithmic function, and it works well. The terms of the problem involved are similar to $\...
A.Omidi's user avatar
  • 177
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
114 views

I understand that semidefinite programming (SDP) is a subset of conic programming (CP). According to Boyd's Convex Optimization book section 4.6.1, the conic problem in inequality form is written as $$...
Nick's user avatar
  • 9
1 vote
1 answer
90 views

I'm trying to follow the derivation in the following Mosek link where a HARA utility optimization problem is reformulated using power cones (see the secion titled "HARA utility as a Power cone&...
AUK1939's user avatar
  • 385
1 vote
0 answers
95 views

I am trying to solve a conic optimization problem where one of my length $n$ vector decision variables is the sum of all of the $n$ unique diagonal bands of any $n \times n$ semidefinite matrix. I can ...
Nick Engelking's user avatar
4 votes
2 answers
209 views

Let two circles $C$ and $C’$ intersecting at points $A$, $B$. I would like to construct an ellipse passing through $A$ and $B$ using the $5$ points construction of GeoGebra (foci unknown). The problem ...
3809525720's user avatar
5 votes
2 answers
452 views

I've been reading Boyd & Vandenberghe and it says that conic programming is a subclass of convex optimization. I haven't been able to find an example of a convex optimization problem that I cannot ...
IOS_DEV's user avatar
  • 541
0 votes
1 answer
205 views

I'm trying to get a better grip of conic programming and the relations between primal and dual problems. Given a convex problem in standard form, e.g. $\min_x f(x)$ subject to $f_i(x)\le0$, one ...
glS's user avatar
  • 8,083
3 votes
2 answers
334 views

I'm trying to get a better understanding of the derivation of the dual problem associated with a given conic problem. From these notes (pdf alert), a conic problem is written (see page 5) as $$\min_x ...
glS's user avatar
  • 8,083