Initializing help system before first use

XPRS_mse_create

XPRS_mse_create


Purpose
Sets up a new MIP solution enumerator object.
Synopsis
int XPRS_CC XPRS_mse_create(XPRSmipsolenum * mse)
Argument
mse 
Pointer to a variable holding the new MIP solution enumerator.
Further information
1. Calls to XPRS_mse_create must be made after the call to XPRSinit.
2. All MIP solution enumerators created using a call to XPRS_mse_create should be disposed of with a call to XPRS_mse_destroy.
Related topics