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
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