|
Chapter Contents |
Previous |
Next |
| The LP Procedure |
This statement invokes the procedure. The following options can appear in the PROC LP statement.
See the Sparse Data Input Format for information about the sparse input format.
See the Preprocessing for further discussion.
See the Integer Programming for further discussion.
See the Integer Programming for further discussion.
The default value is 0.
See the Integer Programming for further discussion.
For IP or MIP problems, the basis and bounds information of each active node is saved to a utility file. When the number of active nodes increases, the size of the utility file becomes larger and larger. If PROC LP runs into a disk problem, like "disk full ..." or "writing failure ...", you can use this option to compress the utility file. For more information on the data compression routines, refer to Nelton (1992). The default value is 0.
See the Integer Programming for further discussion.
See the Parametric Programming for further discussion. See Example 3.5 for an illustration of this option.
See the Range Analysis for further discussion.
See the Range Analysis for further discussion.
See the Parametric Programming for further discussion.
During phase 1, if the sum of the basic artificial variables is within e of zero, the current solution is considered feasible. If this sum is not exactly zero, then there are artificial variables within e of zero in the current solution. In this case, a note is displayed on the SAS log.
During phase 1, if all reduced costs are
e for nonbasic variables at their lower bounds and
e for nonbasic variables at their upper bounds
and the sum of infeasibilities is greater than e,
then the problem is considered infeasible.
If the maximum reduced cost
is within e of zero, a note is displayed on the SAS log.
During phase 2, if all reduced costs are
e for
nonbasic variables at their lower bounds and
e for
nonbasic variables at their upper bounds, then the
current solution is considered optimal.
During phases 1, 2, and 3, the EPSILON= option is also used to test if the denominator is different from zero before performing the ratio test to determine which basic variable should leave the basis.
The default value 1E-8.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.