Initializing help system before first use

insight_results_available

insight_results_available


Purpose
Indicate to Xpress Insight that the model results are available to capture by the system. Replaced with insightresultsready
Synopsis
procedure insight_results_available
Further information
1. This function can be used to trigger the early capture of the results data. The default behavior is for the system to capture the results data at the end of the model execution.
2. This function can be called from within a Mosel callback for example, intsol.
3. If this function is called multiple times, then only the first call will result in results data being captured by the system. Subsequent calls will be ignored.
Related topics