Skip to main content

Questions tagged [linear-programming]

Questions on linear programming, the optimization of a linear function subject to linear constraints.

-2 votes
0 answers
42 views

A company has 2 factories $U_1$ & $U_2$: the factory $U_1$ has $500$ units of a certain product and the factory $U_2$ has $300$ units of the same product. The company has three customers $E_1$, $...
bunsellerboy's user avatar
0 votes
0 answers
17 views

I'm trying to understand how to express a simple LP in the standard semidefinite programming (SDP) form. In particular, consider the following linear program: $$ \begin{aligned} \min_{x_1, x_2} \;&...
Ben Shaines's user avatar
1 vote
1 answer
73 views

Consider the real Banach space $\ell_1(\mathbb{N})$, further denoted just $\ell_1$, consisting of all functions $x: \mathbb{N}\to\mathbb{R}$ such that $\|x\|:=\sum_{n=1}^\infty |x(n)|<\infty$, ...
user446046's user avatar
2 votes
1 answer
88 views

I'm trying to understand how to correctly choose the next basis after the first iteration in the simplex method. In my problem, I have the following minimization form: $$ \begin{aligned} \min z &= ...
Ben Shaines's user avatar
1 vote
1 answer
47 views

I'm currently working on a bi-level optimization problem with the following structure: max min |x| I attempted to linearize this problem using the following approach: Introduce an auxiliary variable ...
xiusi wang's user avatar
0 votes
0 answers
43 views

The proof of weak duality in my book starts with arguing that $p_i$ and $a_i' x -b_i$ have the same sign (and analogously that $x_j$ and $c_j - p' A_j$ have the same sign). This observation is based ...
niobium's user avatar
  • 1,369
4 votes
1 answer
275 views

My question is about a certain combinatorial game. The game works as follows. We have $n$ urns, each of which contains $m$ balls, where $m$ and $n$ are positive and satisfy $m < n$. A move consists ...
Jason's user avatar
  • 728
0 votes
0 answers
46 views

I understand why the constraint $x_1 \geq 0$ in the primal, implies $p'A_1 \leq c_1$ in the dual in the presence of a constraint involving an $A$ and a vector $b$ in the primal ($A_1$ being the first ...
niobium's user avatar
  • 1,369
0 votes
0 answers
18 views

Given a convex polytope $P = \{ x \in \mathbb{R}^n \mid Ax \leq b \}$, I want to know whether we can use Fourier-Motzkin elimination (or an adaptation therefore) to compute one vertex of $P$ (or to ...
Mens's user avatar
  • 1
0 votes
1 answer
68 views

In the section $3.6$ of the book Introduction to Linear Optimization (Bertsimas and Dimitris), the column geometry of the simplex method is explored. It starts with the fact that any bounded ...
niobium's user avatar
  • 1,369
0 votes
1 answer
98 views

Translating to English from a non-English physics book about measurements: Anif has $8$ big marbles and $15$ small marbles. The weight of the big and small marbles are $37.5$ and $12.5$ respectively. ...
user516076's user avatar
  • 2,501
2 votes
0 answers
23 views

I am a network engineer currently studying optimization problems. Out of curiosity, I was fascinated by the fact that the Simplex Method has an exponential worst-case complexity, a property famously ...
Tuong Nguyen Minh's user avatar
2 votes
0 answers
35 views

I have the polyhedron $$ P := \left\{ {\bf x} \in \mathbb{R}^{\binom{n}{k}} : {\bf A} {\bf x} = {\bf b} , \hspace{0.3em} {\bf 0} \leq {\bf x} \leq {\bf 1} \right\} $$ where the matrix ${\bf A} \in \...
Lucardino's user avatar
1 vote
0 answers
25 views

Given a list of constraints $$ F_i = \{ x\in\mathbb{R}^n\mid L_i(x) \leq c_i \} $$ where $L_i\in L(\mathbb{R}^n,\mathbb{R})$ and $c_i\in\mathbb{R}$ for every $i\in\{ 0,\dots,m \}$ with $m \geq n$, ...
virtualcode's user avatar
0 votes
1 answer
49 views

I'm reading some materials in LP, where someone states that every LP is 'equivalent' to its standard form: $$ \mbox{minimize } \ c^Tx, \mbox{ subject to } Ax=b, x\geq 0$$ by adding some slack ...
Zoudelong's user avatar
  • 1,840

15 30 50 per page
1
2 3 4 5
348