Tags:
view all tags
---+ L(inear) P(rogramming) Relaxation The Linear Programming (LP) relaxation is the same as the integer programme, except we "relax" the integer variables to allow them to take fractional values. The integer programme's feasible region lies within the feasible region of the LP relaxation (at points where the integer variables have integer values). Therefore the integer restrictions cause the optimal objective function value to be worse in the integer programme as compared to the LP relaxation. However, if a solution $x$ of the LP relaxation has integer values for the integer variables, then $x$ also solves the integer programme. In some cases, if the solution values for the integer variables are large, then rounding the LP relaxation solution may give a good solution to the integer programme. However, you need to make sure that the rounded solution is not infeasible!<br /><br />For some classes of problem the LP relaxation gives naturally integer solutions:<br /><ul><br /><li>An $m \times m$ matrix $M$ is <i>unimodular</i> if and only if its determinant $|M|$ is equal to 1 or –1;<br /><li>An $m \times n$ matrix $M$ is <i>totally unimodular</i> if and only if every $m \times m$ non-singular submatrix of $M$ is unimodular;<br /><li>If the constraint matrix $A$ and the right-hand side vector $b$ of a mixed-integer programme are totally unimodular and integer respectively, then the mixed-integer programme is naturally integer and the LP relaxation solution is the optimal solution<br /><ul><br /><li>The transportation problem is an example of one such problem;<br /><li>Most network flow problems are also naturally integer;<br /><li>Some scheduling problems are naturally integer.<br /></ul><br /></ul><br />In AMPL, the LP relaxation may be solved simply by turning on the {\tt relax_integrality} option:<br /><p>\begin{verbatim}<br />option relax_integrality 1;<br />\end{verbatim}<p><br />To turn {\tt relax_integrality} off, simply set it to 0.<br /> -- Main.MichaelOSullivan - 23 Apr 2008
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r1 - 2008-04-23
-
MichaelOSullivan
Home
Site map
Forum web
Main web
NDSG web
ORUA web
OpsRes web
Sandbox web
TWiki web
OpsRes Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Edit
Attach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback