You can change the contents and various options for the solution file by choosing Solution File from the Options menu. This will display the Solutions File Options dialog box shown below.
Figure 4.39: Solution File Options Dialog Box
Option Name | MPL Name | Solver Param | ParamNr | Type | Default | Min | Max |
---|---|---|---|---|---|---|---|
Generate Solution File | GenSolutionFile | Flag | 1 | 0 | 1 | ||
Use MPS Names | UseMPSName | Flag | 0 | 0 | 1 | ||
Nonzero values only | NonzerosOnly | Flag | 0 | 0 | 1 | ||
Zero values as dot | ZeroValuesAsDot | Flag | 0 | 0 | 1 | ||
Filename | SolutionFilename | string | 0 | 0 | 1 | ||
Number width | NumberWidth | Integer | 0 | 0 | 1 | ||
Decimals | NumberDecimals | Integer | 4 | 0 | 40 | ||
System Info | SystemInfo | Flag | 1 | 0 | 1 | ||
Solver Info | SolverInfo | Flag | 1 | 0 | 1 | ||
Model Info | ModelInfo | Flag | 1 | 0 | 1 | ||
Solution Info | SolutionInfo | Flag | 1 | 0 | 1 | ||
Variable Values | VarActivity | Flag | 1 | 0 | 1 | ||
Reduced Cost | RedusedCost | Flag | 1 | 0 | 1 | ||
Slack Values | SlackValues | Flag | 1 | 0 | 1 | ||
Shadow Prices | ShadowPrices | Flag | 1 | 0 | 1 | ||
Compute Ranges | Flag | 1 | 0 | 1 | |||
Objective Ranges | ObjectRanges | Flag | 1 | 0 | 1 | ||
Objective Coeff | ObjectCoeff | Flag | 0 | 0 | 1 | ||
RHS Ranges | RHSRanges | Flag | 0 | 0 | 1 | ||
RHS Values | RHSValue | Flag | 0 | 0 | 1 |
Directs whether MPL creates a solution file automatically after solving the problem.
Directs whether the solution file uses MPS type names for constraints and variables instead of listing the value of each subscript in columns.
Directs whether the solution should list all solution values or nonzero values only.
Directs whether the solution should list all solution values or nonzero values only, if selected zero values in the solution are listed using a dot instead of zero.
Specifies the filename MPL will use to save the solution file. If the filename given contains star '*' instead of the name, like '*.sol', MPL will use the name of model file with the extension given.
Set the field size for number values in the solution file.
Set the number of places after the decimal point.
Includes various statistics from the system and about the problem in the solution file; filename, date and time when run, and how much time the parsing of the model took.
Includes various statistics about the optimization process in the solution file; which solver was used, value of the objective function, number of iterations, number of nodes for integer problems, and how much time the optimization took.
Includes various statistics about the model in the solution file; the problem name, number of constraints, number of variables, number of nonzeros, density of the matrix, and number of integer variables for integer problems.
Includes various statistics about the solution result in the solution file; status of the solution reported from the solver, and then the sense, name, and value of the objective function.
Includes the activity values for each variable.
Includes the activity values for each variable.
Includes the slack values for each constraint.
Includes the shadow prices for each constraint.
Directs whether solution ranges are retrieved from the solver and stored in MPL memory. This option is automatically selected if either objective or RHS ranges are selected for the solution file contents. This is the same option as the Compute Ranges for Sensitivity Analysis option in the General Solver Options dialog box.
Includes the objective function ranges for each variable.
Includes the objective function coefficient for each variable.
Includes the RHS ranges for each constraint.
Includes the RHS value for each constraint.