
Books for integer and mixed integer programming
I would like to know which is a good theoretical book to study integer programming and mixed integer programming. Searching I found a large number of books, however each with different …
Can an integer optimization problem be convex?
Sep 20, 2019 · Other places seem to consider problems where if aside from the integer constraint, all other constraints and the objective function are convex, to be convex …
cplex - For integer programming, CPU vs RAM vs GPU, which is …
Oct 30, 2024 · 6 For integer programming application where usage is made of CPLEX or Gurobi or other state of the art solver, is it better to go with a faster CPU or is it better to go for higher …
linear programming - Working with absolute values in constraint …
linear-programming constraint mixed-integer-programming absolute-value Share Cite Improve this question
software - I have found so many tools that can solve optimization ...
Feb 22, 2024 · The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems.
integer programming - Confusion Between Different Types of …
Feb 5, 2022 · Discrete Optimization Integer Optimization Mixed Integer Optimization Combinatorial Optimization When I think of these problems, the first thing that comes to mind …
mixed integer programming - What is the best open-source solver …
Jul 7, 2024 · The integer part of my problem is due to a piece-wise linear function in the cost function for which to model I introduce around 1e5 binary variables. Are there better open …
How to formulate (linearize) a maximum function in a constraint?
Jun 24, 2019 · Related post (not a dupe): Single reference for Mixed Integer Programming formulations to linearize, handle logical constraints and disjunctive constraints, do Big M, etc?. …
mixed integer programming - MILP: is it NP-complete or NP-hard ...
Nov 12, 2019 · The pieces of information I get online are sometimes confusing. Someone says MILP problems are NP-hard, and somewhere else I found the claim that MILP problems are …
linear programming - Can sensitivity analysis and limits report be …
Jan 7, 2023 · Parametric/sensitivity analysis of a right hand side coefficient in an optimization problem with integer variables can be done, but it is messy. See: Schrage, L, and L. Wolsey …