Questions tagged [linear-programming]
Questions on linear programming, the optimization of a linear function subject to linear constraints.
5,215 questions
0
votes
0
answers
17
views
Fourier-Motzkin Elimination for Single Vertex Computation
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 ...
0
votes
1
answer
85
views
How many big and small marbles are not used?
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. ...
0
votes
0
answers
18
views
How do I take a second derivative of an optimal value function of an Linear Program? [closed]
Ok, before anyone responds with the fact that the optimal value function of an LP is not twice differentiable.....I know, I know. I am not sure how to write what I am asking which is a big part of why ...
1
vote
0
answers
25
views
When do linear constraints form a compact? [closed]
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$, ...
1
vote
1
answer
151
views
Are all finite games linear programs? Why is my formulation not correct?
Let's consider a two-player finite strategic form game. Suppose $A$ is the payoff matrix for the row player playing mixed strategy $x$, $B$ is the payoff matrix for the column player playing mixed ...
0
votes
0
answers
53
views
Case Study with Problem in Optimization
I have a problem that I'm trying to solve involving a bicycle ride share program. Riders rent bikes of various kinds (electric or normal-non powered) at various stations in a city, and after they are ...
1
vote
1
answer
43
views
A peculiar linear optimization/programming problem with homogeneous quadratic equality constraint
I'm trying to solve the following linear optimization/programming problem:
$$
\begin{aligned}
&\textrm{maximize (or minimize)}\quad \pmb{a}^{\intercal}\, \pmb{x}
\\&\textrm{given the ...
0
votes
0
answers
36
views
Is vertex enumeration preferable to the simplex method in linear programming for finding all basic feasible solutions?
Context
I'm studying linear programming and trying to understand when different solution methods are most appropriate.
I understand that the simplex method is generally better than vertex enumeration ...
0
votes
0
answers
54
views
Formal definition of equivalence of two optimization problems
I am learning about linear programming, and I have come across several definitions of when two general optimization problems are considered equivalent. However, I find these definitions a bit ...
0
votes
0
answers
45
views
Converting an LPP to a Transportation Problem.
Max z = $2x_{1} + 3x_{2} + 4x_{3} + x_{4} + 7x_{5} + 5x_{6} $
Subject to
x$_{1} + x_{2} ≤ 1 $
x$_{3} + x_{4} ≤ 1 $
x$_{5} + x_{6} ≤ 1 $
x$_{1} + x_{3} + x_{5} = 1 $
x$_{2} + x_{4} + x_{6} = 1$
...
0
votes
1
answer
95
views
Create a closed tour so that every number is visited maximum once
Create a closed tour visiting the numbers. The tour must start and end at the same cell. During the tour, you can only visit the neighboring cell (up,down,left,right). The tour cannot contain a number ...
3
votes
2
answers
102
views
Can LP calculate maximum/minimum eigenvalue of a matrix
It's not hard to show that the maximum eigenvalue of a matrix $A\in \mathbb{S}^n$ can be calculated through the following SDP:
\begin{align*}
\max&\ Tr(AX) \\
\text{subject to}& \ Tr(X) = 1\\
...
2
votes
1
answer
45
views
Extreme point solutions to a generalized stable set LP
Consider the linear constraints:
$$ x_{ab} + x_{a'b'} \leq 1 \quad\forall a\neq a'\in A, b,b'\in B\\ x_{ab}\geq 0 \quad\forall a\in A, b\in B. $$
It is known that any vertex of this LP is half-...
0
votes
1
answer
101
views
How can I formulate this disaggregation problem as a network flow?
I am struggling to formulate this disaggregation problem as a network flow. Can anyone help me see a way to make things work? I am not fully familiar with all of the tricks and gadgets for network ...
0
votes
0
answers
36
views
Upper bound on the denominators of a rational solution for feasible linear program over integers
Let $d\in \mathbb{N}$ be a fixed constant. Let $V\subseteq \{-1,0,1\}^d$ be some set of vectors and let $w\in \mathbb{Z}^d$. Consider the linear program
find $ x\in \mathbb{R}^V $ such that: $
\sum_{v\...
0
votes
0
answers
33
views
How can I determine the "direction of unboundedness" from the dual, if I know the primal problem is unbounded?
Apologies if the question has already been asked.
Suppose I have a primal LP problem:
$$\text{Max }z= c^Tx \text{ such that } Ax\leq b$$
which is known to be unbounded, especially in the sense that ...
0
votes
0
answers
31
views
Way to bound LP feasible region in n-dimensional ball?
I am working on implementing a first order method for linear programming and would like to parallelize part of it by trying the following:
bounding the feasible region in a ball
picking equally ...
0
votes
0
answers
40
views
Optimising selection of blocks that overlap in time
I am not sure how to express this well in words or equations, so let me give a simplified example where the solution is easy. Suppose I have a series of time intervals, and different sets of "...
0
votes
0
answers
15
views
Is the following Linear system Totally Dual Integral(TDI)?
Given two integers $k$ and $n$, and a $k\times n$ matrix $A$. There are $k\times n$ variables $x_{i,j}$ for each $i\in [k]$ and $j\in [n]$. For a pair of subsets $K\subseteq [k]$ and $T\subseteq [n]$, ...
0
votes
0
answers
67
views
Linear optimisation resources
I am trying to learn linear optimisation using the book introduction to linear optimisation by bertsimas. I am having trouble understanding the concepts of polyhedral representation and polyhedrally ...
2
votes
1
answer
105
views
Trying to understand the dual problem of a Convex Programming Problem
Consider the problem
$$\max f(x)=-3x_1+2x_2$$
subject to
$$2x_1-x_2\geq -2\\
x_1-2x_2\leq 3\\
x_1+2x_2\leq 11\\
x_1\geq 0\\
x_2\geq 0
$$
If one let
$$A=\left[\begin{array}{cc}
-2 & 2\\
1 & -...
0
votes
0
answers
43
views
Prove or disprove a heuristic rule to find an initial basic feasible solution in LP
I encountered an implementation of simplex method where the initial basic feasible solution is found by a heuristic rule as follows:
The procedure starts with a standard form with slack variables $\...
0
votes
0
answers
35
views
Algorithm for collision free positioning of squares in a limited space
I'm trying to find a simple algorithm to solve the following problem: I have a set of textboxes $S$. For textbox $t_i \in S$ I have a width $W_i$ and length $L_i$ and a limited piece of line $l_i$ in ...
1
vote
0
answers
109
views
A comparison of relaxations of DFJ and MTZ formulations for Asymmetric Traveling Salesman Problem (ATSP)
There are many ILPs for Asymmetric TSP two of these are the DFJ formulation and the MTZ formulation:
The cut (DFJ) formulation is the following
\begin{align*}
\min &\; \displaystyle\...
0
votes
0
answers
77
views
Why can't we transform a $\geq$ into a $\leq$ and use a slack variable instead of surplus variable?
Consider the following set of constraints:
$$ \begin{aligned}
3 x + y + 2 z &\leq 30 \\
x + y + z &\geq 8 \\
4 y + 2 z &\geq 15 \\
x , y , z &\geq ...