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