Initializing help system before first use

XPRS_msp_create

XPRS_msp_create


Purpose
Sets up a new MIP solution pool object.
Synopsis
int XPRS_CC XPRS_msp_create(XPRSmipsolpool *msp)
Argument
msp 
Pointer to a variable holding the new MIP solution pool.
Further information
1. Calls to XPRS_msp_create must be made after the call to XPRSinit.
2. All MIP solution pools created using a call to XPRS_msp_create should be disposed of with a call to XPRS_msp_destroy.
Related topics