Initializing help system before first use

XPRS_msp_probdetach

XPRS_msp_probdetach


Purpose
Detaches a problem from a MIP solution pool that was previously attached with a call to XPRS_msp_probattach.
Synopsis
int XPRS_CC XPRS_msp_probdetach(XPRSmipsolpool msp, XPRSprob prob)
Arguments
msp 
The current MIP solution pool.
prob 
Problem to be detached from the MIP solution pool.
Further information
The function will return successfully if the solution is not attached to the MIP solution pool.
Related topics