Initializing help system before first use

insight_end_initializations

insight_end_initializations


Purpose
Indicates that initializations in the model are completed. Replaced with insightpopulate.
Synopsis
procedure insight_end_initializations
Further information
This function marks the point in the model where the following occurs:
  • The model schema and input data is captured when a scenario is loaded.
  • The input data is injected when a scenario is run
When the scenario is run in Insight, insight_end_initializations behaves the same as insightpopulate. When the scenario is loaded, the model terminates at insight_end_initializations. When the model is run outside of Xpress Insight, inisght_end_initializations has no effect.
Related topics