The OPTMODEL Procedure |
Optimization techniques that use initial values obtain them from the current values of the optimization variables unless the NOINITVAR option is specified. When the solver finishes executing, the current value of each optimization variable is replaced by the optimal value found by the solver. These values can then be used as the initial values for subsequent solver invocations. The .init suffix location for each variable saves the initial value used for the most recent SOLVE statement.
Note: Should a solver fail, any currently pending statement is stopped and processing continues with the next complete statement read from the input. For example, if a SOLVE statement enclosed in a DO group (see the section "DO Statement") fails, then the subsequent statements in the group are not executed and processing resumes at the point immediately following the DO group. Note that neither an infeasible result, an unbounded result, nor reaching an iteration limit is considered to be a solver failure.
Note: The information appearing in the macro variable _OROPTMODEL_ (see the section "Macro Variable") varies by solver.
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.