Skip to main content

ILP and LP with integer decision relaxation and Mult objective formulation

Answered

Comments

1 comment

  • Maliheh Aramon
    • Gurobi Staff Gurobi Staff

    Hi Ramesh, 

    Gurobi can directly solve ILPs, so there is no need to manually convert them to LPs. The underlying solution methodology for solving an ILP is called branch-and-bound which is an LP-based solver. For more background on this, you may find the article “Mixed-Integer Programming - A Primer on the Basics” helpful.

    Additionally, the article “What types of models can Gurobi solve?” provides a comprehensive list of all supported model types.

    Regarding your mention of a “multi multi-objective problem,” I'm not entirely sure what you mean by that. However, it seems you are dealing with a case where you have three final objectives—\(rs_1\), \(rs_2\), and \(rs_3\)—that you wish to maximize, subject to a common set of constraints defined over three corresponding sets of decision variables (sets 1, 2, and 3). 

    Gurobi supports solving multi-objective problems using both hierarchical and weighted approaches. I recommend reviewing Gurobi's documentation on multi-objective for details on how to model and configure these types of problems.

    Best regards,

    Maliheh

    0

Please sign in to leave a comment.