XPRS_msp_probattach
XPRS_msp_probattach |
Purpose
Attaches a problem to a MIP solution pool.
Synopsis
int XPRS_CC XPRS_msp_probattach(XPRSmipsolpool msp, XPRSprob prob)
Arguments
msp
|
The current MIP solution pool.
|
prob
|
Problem to be attached to the MIP solution pool.
|
Further information
1. The function will return successfully if the solution is already attached to the MIP solution pool.
2. One or more problems can be attached to the MIP solution pool. A problem can only be attached to one MIP solution pool.
3. The function will return an error if the problem is already attached to another MIP solution pool.
4. The user can detach the problem from the MIP solution pool with a call to
XPRS_msp_probdetach.
5. A problem is automatically detached from a MIP solution pool when it is destroyed. A MIP solution pool automatically detaches all problems when it is destroyed.
Related topics