You can change the various preferences for MPL by choosing Environment from the Options menu. This will display the Environment Options dialog box shown below.
Figure 4.36: The Environment Options Dialog Box
Option Name | MPL Name | Solver Param | ParamNr | Type | Default | Min | Max |
---|---|---|---|---|---|---|---|
Auto Save | AutoSave | Flag | 1 | 0 | 1 | ||
Short filenames in window titles | WinTitleShort | Flag | 0 | 0 | 1 | ||
Show element count | ElemCount | Flag | 1 | 0 | 1 | ||
Expand Branches | ExpandBranch | Flag | 1 | 0 | 1 | ||
Double-click as goto in model | DoubleClickGoto | Flag | 0 | 0 | 1 | ||
Sort items for each section | SortItems | Flag | 0 | 0 | 1 | ||
Show message headers | ShowHeaders | Flag | 1 | 0 | 1 | ||
Status window messages | Status | Flag | 1 | 0 | 1 | ||
MPL input lines | MplInput | Flag | 0 | 0 | 1 | ||
Nonlinear Trees | NonLinTrees | Flag | 0 | 0 | 1 | ||
Model statistics | ModelStats | Flag | 1 | 0 | 1 | ||
Performance statistics | MplPerfStat | Flag | 0 | 0 | 1 | ||
Memory Usage statistics | MplMemoryStat | Flag | 0 | 0 | 1 | ||
Warning messages | MplWarnings | Flag | 1 | 0 | 1 | ||
Database Connection | DatabaseConn | Flag | 1 | 0 | 1 | ||
SQL statements | DatabaseSql | Flag | 0 | 0 | 1 | ||
Solver Iteration Log | SolverLog | Flag | 1 | 0 | 1 |
The model is automatically saved whenever you optimize or parse the problem. This makes sure that you don't lose your work if something goes wrong during the optimization process.
MPL places the filename In the title bar of editor windows. This option directs whether the title bars for editor windows contain the full path information of the filename.
Specifies whether the element count, for each item, is included in the Model Definitions window.
Specifies whether each branch in the tree containing the model definitions is expanded. For larger models it may be beneficial to not expand the branches in order to be able to quickly find the branch you want to see.
If on double-clicking on a defined item in the tree brings the user to the line where the item was declared in the model. If Off, which is the default, double-clicking will open a view window with the defined item.
Lists all items for every section in alphabetical order in the model defintions tree.
Specifies whether messages sent to the message window will be prefixed with a header text showing the type of the message.
Sends all the status messages that are displayed in the topmost area of the Status Window to the Message Window.
Sends all input lines from the MPL model file to the Message Window.
Sends the nonlinear evaluation tree that specifies the nonlinear expressions in the model to the Message Window.
Sends the model statistics of the model once parsing has been completed to the Message Window.
Sends performance statistics on parsing in the MPL model file to the Message Window.
Sends statistics on the MPL parser memory usage to the Message Window.
Sends all warning and error messages from MPL to the Message Window.
Sends all messages concerning connection to databases to the Message Window.
Sends all SQL statements that are issued when importing and exporting data through the database connection to the Message Window.
Sends all iteration log information from the solver to the Message Window. This is the same option as the Send iteration log to message window option in the General Solver Options dialog box.