Initializing help system before first use

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

© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.