Skip to main content

Questions tagged [presolve-preprocessing]

Filter by
Sorted by
Tagged with
1 vote
2 answers
89 views

Problem Context: I'm working on a large-scale Linear Programming (LP) problem containing over 6 million variables (There are a total of 7 different models). My goal is to improve the model's ...
Lucas Tayrone Moreira's user avatar
4 votes
1 answer
700 views

I am trying to solve Nurse scheduling problem using SCIP. The SCIP solve it in pre-solving stage itself and gives optimal solution. I don't want that to happen., because I want to use the branching ...
azra aziz's user avatar
8 votes
1 answer
951 views

Reduced cost fixing is a technique used by mixed integer programming (MIP) solvers to safely fix variables to certain values. While this technique is well-known among the MIP community, I don't know ...
Austin Buchanan's user avatar
4 votes
1 answer
366 views

Is there any way I could have Gurobi/CPLEX or any other package write/export MPS and LP files in the standard LP construct loaded with slack variables and transformations required for unsigned vars? ...
mohit-mhjn's user avatar
11 votes
2 answers
965 views

To solve a linear program (LP) using the simplex method one first needs to bring the LP to standard form. This requires replacing every equality constraint with two inequalities and replacing every ...
Rolf van Lieshout's user avatar
9 votes
3 answers
361 views

Consider a mixed integer linear program with an objective function that includes only integer variables. Objective integrality cuts are known as a class of valid inequalities that can be added to ...
rasul's user avatar
  • 2,190
6 votes
1 answer
262 views

Given a linear system of inequalities $Ax \geq b$, I would ideally like to compute the irredundant set for those set of inequalities. I know how to do so mathematically, but I was wondering if there ...
batwing's user avatar
  • 1,638
2 votes
1 answer
468 views

How can I algorithmically detect whether an (MI)NLP problem is unbounded or not? Finding a source for this has proven tricky, because people in the literature seem to talk a lot about what to do if ...
Nikos Kazazakis's user avatar
6 votes
0 answers
218 views

I was reading Tobias Achterberg's thesis, and on page 138 he mentions the following presolving technique for linear equations (I'm slightly paraphrasing Example 10.2): Consider the equation $4x_1+...
Nikos Kazazakis's user avatar
6 votes
0 answers
753 views

I am solving an MIP through Benders decomposition (coded both generic and legacy callback versions), by employing Java with Cplex 12.9. For some of the instances, Cplex is stuck for two hours (time ...
Vedat BAYRAM's user avatar
18 votes
3 answers
2k views

Suppose you have a combinatorial optimization problem that is formulated as a mixed integer linear program (minimization). The problem size is denoted $n$ and the expected $n$ is around $100$. The ...
rasul's user avatar
  • 2,190