Skip to main content

Questions tagged [mip]

Filter by
Sorted by
Tagged with
0 votes
1 answer
168 views

A workforce scheduling problem MIP formulation Decision variable $x_{ij} = 1$ if shift $i$ is assigned to worker $j$, $0$ otherwise. Objective is a sum of multiple objectives Maximize demand coverage ...
ORProfessional's user avatar
1 vote
0 answers
85 views

Following is the log of my MIP problem: ...
Django's user avatar
  • 11
0 votes
2 answers
155 views

In a worker shift assignment problem, let's suppose there are some unassigned shifts for a day (e.g., morning 8 to 11 is an unassigned shift that any qualified worker can take) and some additional ...
ORProfessional's user avatar
1 vote
1 answer
131 views

Assuming $x_1, x_2, x_3$ are binaries, what implementation is preferable? $x_1 + x_2 + x_3 \le 1$ or as indicator constraint $IF \quad x_1=1 \quad THEN \quad x_2 + x_3 = 0, $ $IF \quad x_2=1 \quad ...
Clement's user avatar
  • 2,320
1 vote
2 answers
103 views

Is there a possibility to forbid Cplex 20.1.0.0 to internally transform an indicator constraint into a Big-M constraint? DeepSeek proposes using Cplex-Parameters that do not exist, so no help here.
Clement's user avatar
  • 2,320