Initializing help system before first use

Introduction

The mminsight Mosel module and package implement the interface necessary for a model to operate as part of an Xpress Insight application. The Xpress Insight Developer Guide explains how Xpress Insight interacts with the Mosel model and documents the requirements that the model needs to meet. The mminsight module provides support for a number of Xpress Insight features:

  • Capturing model inputs, during a scenario 'load' action
  • Populating model data-structures from an Xpress Insight scenario, during a scenario 'run' action
  • Capturing model results, during a scenario 'run' action
  • Accessing and updating scenario/app attachments
  • Reading data from other Xpress Insight scenarios

This manual provides a detailed reference for each function.

A model that uses mminsight can also be run independently of Xpress Insight (from Xpress Workbench or the Mosel command line) if required for debugging purposes. The Developer Guide documents how to achieve this.