Skip to main content

Questions tagged [mixed-integer-programming]

For questions about mathematical optimization problems involving both continuous and binary or general integer variables.

Filter by
Sorted by
Tagged with
5 votes
1 answer
139 views

On a square grid, a loop passes through each cell exactly once. For certain rows and columns, the maximum number of consecutive cells traversed by the path in that row or column is bounded by the tag ...
NormalFit's user avatar
  • 486
1 vote
0 answers
41 views

I am currently solving a column generation problem for my machine scheduling model. In the master problem, all orders are coordinated and the allocation plans are created in the individual subproblems ...
makerbaker's user avatar
4 votes
3 answers
167 views

I'm an engineer who is working on an unrelated parallel machine scheduling problem to minimize total completion time, but with an additional practical constraint: each machine has a maximum sequence ...
Tuong Nguyen Minh's user avatar
0 votes
1 answer
144 views

I am developing an algorithm for a variant of the Vehicle Routing Problem (VRP). For benchmarking purposes, I would like to know the largest VRP instances that have been solved to proven optimality, ...
Krypt's user avatar
  • 111
4 votes
2 answers
195 views

I'm a network engineer who is curious about a parallel machine scheduling problem where jobs have due dates, and I'm interested in understanding the trade-offs or advantages between using absolute ...
Tuong Nguyen Minh's user avatar
2 votes
0 answers
45 views

Many algorithms in OR such as branch and cut, branch and price, column generation or sequential linear programming solve sub-LPs find an optimal solution and use it (or associated dual prices) to ...
worldsmithhelper's user avatar
0 votes
2 answers
133 views

Assuming I have 100 variables $r_1 \dots r_{100}$ which can be positive or negative and I try to find the minimum of all of them in a MILP problem and bind that to a variable $y$. $$y = \min_{i \in \{...
worldsmithhelper's user avatar
0 votes
0 answers
75 views

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 ...
benzuwnx's user avatar
1 vote
0 answers
69 views

I have a class of ILP questions in the form of: \begin{align*} \text{Max} \quad & c^T x \\ \text{subject to} \quad & Ax \leq b \\ & A \in \{0,-1,1\}^{(m+n+mn)*(mn+n)...
Schell Dou's user avatar
1 vote
1 answer
70 views

I have perhaps a silly question. But I am observing some weird behavior when solving my MILP model. Using the same machine and environment, I solve my model twice, and I see that even if defining ...
David P's user avatar
  • 23
5 votes
1 answer
271 views

In this post, Erwin Kalvelagen explores how the minimum spanning tree problem can me modeled with different MIPs. The models are based on Optimal Trees (Magnanti, Wolsey). In the flow formulation II, ...
NormalFit's user avatar
  • 486
0 votes
2 answers
188 views

Solving $\min_{As\le b} c^\top s$, where $As\le b$ is compact, using KKT conditions with complementary slackness encoding using MILP leads to: \begin{align} A^\top y+c&=0 \\ As &\le b \\ y &...
jiyan ziwe's user avatar
1 vote
2 answers
241 views

Cplex seems to terminate early as optimal before the default gaps? Why? ...
john's user avatar
  • 11
0 votes
1 answer
145 views

I am solving a large scale MILP problem with cplex, it takes too much time and cannot obtain the solution, does it means that cplex is not suitable for this large scale MILP problem? what can I do to ...
john's user avatar
  • 11
2 votes
0 answers
63 views

I would like to formulate the graph crossing minimization problem as a MI(N)LP (it's ok if it is non linear) : given a graph $G(V,E)$, what is the minimum number of edge crossings in any drawing of $G$...
NormalFit's user avatar
  • 486

15 30 50 per page
1
2 3 4 5
77