Skip to main content

Questions tagged [integer-programming]

Questions on optimization constrained to integer variables.

4 votes
1 answer
276 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
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
2 answers
110 views

Hi I am a math major and I am trying to solve a challenging math problem. The tools needed to solve this are in the field of computer science and coding. I am okay at programming, however I need some ...
Erock Brox's user avatar
0 votes
1 answer
97 views

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 ...
Oytunxxx's user avatar
0 votes
1 answer
108 views

I am working on a 2D covering problem and would appreciate some insights or references to relevant mathematical concepts. The Problem The goal is to completely cover a $98 \times 98$ grid using the ...
obsidrielle's user avatar
0 votes
0 answers
36 views

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\...
ajdy's user avatar
  • 101
0 votes
0 answers
59 views

I am searching for the definition of a minimal system of equations for a polytope. Specifically, I am studying a variant of the graph colouring problem, and in Braga et al.$\color{magenta}{^\star}$ ...
m6rco's user avatar
  • 43
1 vote
2 answers
160 views

Given a matrix $A \in \mathbb{R}^{m \times n}$, I want to find a vector $\vec{x} \in \mathbb{N}_{+}^{m}$ so $\vec{y} = {A}^{T} \vec{x}$ is nearly a constant vector, i.e., the values of $\vec{y}$ are ...
Avi T's user avatar
  • 393
2 votes
1 answer
171 views

Consider a matrix $\mathbf{A} \in \{0, 1\}^{K \times N}$ and a vector $\mathbf{b} \in \mathbb{Z}_{>0}^{K \times 1}$ (i.e., elements of $\mathbf{A}$ are either $0$ or $1$, and elements of $\mathbf{b}...
Andrew Follett's user avatar
3 votes
1 answer
81 views

I'm working on an ILP formulation that's supposed to find the best scoring set of routes on a given turn in a 18xx-style board game (in this particular case, Shikoku 1889) Problem description To ...
Kulpas's user avatar
  • 113
0 votes
1 answer
55 views

I'm struggling to model this constraint for a problem: $$x_C^4 = 1 \implies (x_A^4 + x_B^4 \geq 1 \land x_A^1 + x_B^1 = 0) \;\lor\; x_A^2x_B^3 = 1 \;\lor\;x_A^3x_B^2=1.$$ where all variables are ...
ten_to_tenth's user avatar
  • 2,129
2 votes
2 answers
131 views

Consider the following LP program $$ \min x_{n+1} $$ subject to: $$ \sum_{i=0}^n 2 x_i + x_{n+1} = n $$ $$ x_i \in \{ 0, 1 \} $$ And $n$ odd. The claim is that using the standard B&B algorithm ...
aram's user avatar
  • 2,005
2 votes
1 answer
87 views

Is there a standard optimal way to enforce the finite lattice (order) definition in an Integer Linear Program, for a lattice with a given number of elements $n$? I have tried a web search but with no ...
Fabius Wiesner's user avatar
0 votes
1 answer
57 views

I confused myself into a hole here, so just need to see what I am missing. So, in the Gomory fractional cut cutting plane algorithm you use the basis to generate a new cut. How come it does not ...
Alex's user avatar
  • 176
2 votes
0 answers
62 views

I have a lot of integer vectors $v_1=(a_1,b_1),v_2=(a_2,b_2),\dots,v_n=(a_n,b_n)$ and vector $(a,b)$. I need to find integer linear combination, s.t. $c_1v_1+\dots+c_nv_n=(a,b)$. Is there a smart way ...
greg's user avatar
  • 37

15 30 50 per page
1
2 3 4 5
76