mmive



The mmive module is used by the Xpress-MP Integrated Visual Environment Xpress-IVE to extend its graphical capabilities. This module supports a set procedures which allow users to display graphs of functions, diagrams, networks, various shapes etc.. To use this module the following line must be included in the header of the Mosel model file:

uses "mmive"

Note that this module can be used only from Xpress-IVE (i.e. it is not possible to compile or run a model using it from Mosel Console or the Mosel libraries). ). The graphs produced by these functions will appear when selecting the `User graph' tab of the Run Pane in Xpress-IVE.

Procedures and Functions

IVE_RGB
Compute a composite color.
IVEaddplot
Insert a new plot on the user graph.
IVEdrawarrow
Add an arrow to an existing plot.
IVEdrawellipse
Add a filled ellipse to an existing plot.
IVEdrawgantt
Draw a Gantt chart with CP operations.
IVEdrawlabel
Add a text box to an existing plot.
IVEdrawline
Add a line to an existing plot.
IVEdrawpoint
Add a small square to mark a point.
IVEdrawrectangle
Add a filled rectangle to an existing plot.
IVEerase
Remove all plots and reset the user graph.
IVEpause
Suspend the execution of a model.
IVEzoom
Scale the user graph.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.