Returns the Solvers collection of available solvers. (Object Property)
Returns the MplOptions collection of current MPL options settings. (Object Property)
Returns the Models collection of defined models. (Object Property)
Returns a StatusWindow object that can be used to control how the Status Window is diplayed. (Object Property)
The current default Solver object. (Object Property - Read/Write)
The bin directory of the MPL OptiMax installation (string property - read only)
The full version string of MPL OptiMax (string property - read only)
The home directory of the MPL OptiMax installation (string property - read only)
The model directory of the MPL OptiMax installation (string property - read only)
The current platform of MPL OptiMax (string property - read only)
The current version number of MPL OptiMax (integer property - read only)
The current version string of MPL OptiMax (string property - read only)
The current working directory for MPL. (String Property - Read/Write)
Reads in a project file (.mpj) containing options for both MPL and the solvers. (Method)
Reads in an init file (.ini) containing the solver setup information. (Method)
Scans the path for supported solvers and loads them into the Solvers collection. (Method)
Returns a string representing the OptiMax object. (Method)
Writes out a project file (.mpj) containing options for both MPL and the solvers. (Method)
Writes out an init file (.ini) containing the solver setup information. (Method)
CSharp Example:
OptiMax MPL; MPL = new OptiMax(); MPL.ReadProjectFile("c:\\mplwin4\\mplwin.mpj") MPL.ReadInitFile("c:\\mplwin4\\mplwin42.ini")