0% found this document useful (0 votes)
8 views9 pages

CH4003D Milp

Uploaded by

Giridhar meda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views9 pages

CH4003D Milp

Uploaded by

Giridhar meda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

CH4003D

PROCESS OPTIMIZATION

Integer Programming
Integer Programming

• Many problems in plant operation, design, location, and scheduling involve variables that
are not continuous but instead have integer values.
• Mixed-Integer Programming (MIP) problem – the objective function depends on two sets of
variables; integer variables and continuous variables.
• Integer Programming (IP) problem – if only integer variables are involved.
• Binary Integer Programming (BIP) – all variables are either 0 or 1.
• Mixed-Integer Linear Programming (MILP) problems – linear in the objective function and
constraints.
• Mixed-Integer NonLinear Programming (MINLP) problems – nonlinear in some of the
objective function and/or constraints.
Branch and Bound Technique

• The branch and bound technique can be applied to mixed-integer as well as general integer
programming problems.
• It uses a partitioning method for the independent variables to divide up all the possible
feasible solutions into subsets and serially searches for the optimum solution in the most
promising subsets.
• The term "branch" derives from the concept of successively adding constraints to the
independent integer variables in the problem.
• Bounding occurs because each subproblem solution forms a bound on the value of the
objective function.
• With the addition of tighter constraints in the integer variable (branching), we know that the
objective function value for the subproblem cannot improve, hence certain branches can be
eliminated from consideration in the search for the optimum.
Branch and Bound Technique – The Procedure

1. Obtain the continuous (noninteger) solution of the problem (LP relaxation); designate this
problem “C”.
2. Does the solution to C satisfy all integer requirements? If yes, then you are finished. If not,
proceed to step 3.
3. From a review of the solution to problem C select one integer variable which has a
noninteger value (say α).

Consider the value of 𝑥𝑎 , α, to be a starting node. Construct two nodes which branch from
α by adding constraints
(a) 𝑥𝑎 ≥ smallest integer greater than α
(b) 𝑥𝑎 ≤ largest integer less than α
Call problem C with the added constraints problems C1 and C2
Next solve the continuous problem for C1 or C2, say C1. We return to the other branch later.
Branch and Bound Technique – The Procedure

4. Review the solution to C1, and branch on a new variable 𝑥𝑏 , using two partitioning
constraints as before.
Select the branch which initially appears to be more promising for the next subproblem to
solve.
It may be necessary to branch on 𝑥𝑎 again if later solutions require it.
Continue branching on integer variables until one of three things happens:
(a) You reach a solution which satisfies all the integer constraints (this may require fixing all
of the variables at integer values)
(b) The objective function for a solution of a subproblem becomes inferior to any previously
obtained solution which satisfies the integer constraints
(c) No feasible solution is found to exist

In any case, this terminal node is deemed fathomed.


Branch and Bound Technique – The Procedure

5. Next you backtrack to a previous node on the same branch, use the alternative constraint,
and solve the optimization subproblem.
Evaluate subproblem solutions as additional nodes as in step 4.
Once a branch is fathomed, back tract again until you finally reach the original solution
(node 1).
Record the best value for the branch just analyzed for comparison with other branches.
Branch and Bound Technique – Example Problem

Node 1. Solution to LP with all variables


≤ 1, yielding a fractional value of x.

Node 2. Set x2 = 1.0 since it has a fractional


value in node 1, and solve the LP again (we
will examine the alternative branch x2 = 0.0
later).
Branch and Bound Technique – Example Problem

Node 3. Since x1 has a noninteger value set


it to 1.0 also; resolve the LP.

Node 4. Since x3 is the remaining integer


variable to be examined, set it to zero since
x3 = 1 is infeasible (violates the first
constraint).

This is the first feasible integer solution,


and the value of f is 90.0. However, we
do not know that it is optimal.
Branch and Bound Technique – Example Problem

Node 5. Now backtrack from node 4 and change x1 to


zero, which is the alternative value to node 3.
Since f (= 44.0) is lower than f in node 4, we do not
need to consider other branches from node 5 (it is
fathomed).
Node 6. We backtrack to the original branch from
node 1 and set x2 =0;
The LP solution gives a higher value of f than node 4
and in fact is an integer solution.
Hence, further combinations of x1 and x3 with x2 =0 will
not provide an improved solution.
Therefore, the optimum has been found.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy