About 50 results
Open links in new tab
  1. Books for integer and mixed integer programming

    May 1, 2022 · 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 …

  2. 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 NP-complete. …

  3. What are the differences between integer programming and constraint ...

    Dec 21, 2025 · At first glance, integer programming (IP) and constraint programming (CP) appear to be very similar. What are the major differences between IP and CP?

  4. mixed integer programming - How does a warm start work in LP/MIP ...

    When you are solving a mixed integer programming problem (MIP), you can supply hints to help CPLEX find an initial solution. These hints consist of pairs of variables and values, known as a MIP start, an …

  5. 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 is that they are …

  6. mixed integer programming - What is the best open-source solver for ...

    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-source solvers I could …

  7. In an integer program, how can I “activate” a constraint only if a ...

    In an integer program, how can I “activate” a constraint only if a decision variable has a certain value? Ask Question Asked 6 years, 10 months ago Modified 6 years, 5 months ago

  8. Does this $0-1$ integer program have any speciality?

    optimization linear-programming integer-programming binary-variable See similar questions with these tags.

  9. Methods for binary linear programming - Operations Research Stack …

    Aug 3, 2022 · I have an LP problem (linear objective with eq and ineq constraints) in binary variables. Except for the objective, all the coefficients are integer, mostly in {-1,0,1}. Maybe the objective coeff c...

  10. Integer programming books - Operations Research Stack Exchange

    Jul 20, 2022 · I would like to know which books are best to study integer programming. I can see similar questions on this website, such as this one: Books for integer and mixed integer programming …