Initializing help system before first use

getinfcause

getinfcause


Purpose
Get the reference of the variable causing the failure in `loadmat'.
Synopsis
XPRMmpvar getinfcause(XPRMcontext ctx);
Argument
ctx 
Mosel's execution context
Return value
Reference to a decision variable or NULL (if no information is available).
Further information
This function may be called after the loadmat function if this one returns a positive value (the matrix could not be loaded because of inconsistent bounds). The reference returned is the variable for which bounds are inconsistent.
Related topics