Change MPL Environment Options

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

List of Options

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


Description of Options

Auto Save

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.

Short filenames in window titles

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.

Show element count

Specifies whether the element count, for each item, is included in the Model Definitions window.

Expand Branches

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.

Double-click as goto in model

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.

Sort items for each section

Lists all items for every section in alphabetical order in the model defintions tree.

Show message headers

Specifies whether messages sent to the message window will be prefixed with a header text showing the type of the message.

Status window messages

Sends all the status messages that are displayed in the topmost area of the Status Window to the Message Window.

MPL input lines

Sends all input lines from the MPL model file to the Message Window.

Nonlinear Trees

Sends the nonlinear evaluation tree that specifies the nonlinear expressions in the model to the Message Window.

Model statistics

Sends the model statistics of the model once parsing has been completed to the Message Window.

Performance statistics

Sends performance statistics on parsing in the MPL model file to the Message Window.

Memory Usage statistics

Sends statistics on the MPL parser memory usage to the Message Window.

Warning messages

Sends all warning and error messages from MPL to the Message Window.

Database Connection

Sends all messages concerning connection to databases to the Message Window.

SQL statements

Sends all SQL statements that are issued when importing and exporting data through the database connection to the Message Window.

Solver Iteration Log

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.


Back To Top | Maximal Home Page | Table of Contents | Previous Page | Next Page