XPRBdelprob
XPRBdelprob |
Purpose
Synopsis
int XPRBdelprob(XPRBprob prob);
Argument
prob
|
Reference to a problem.
|
Return value
0 if function executed successfully, 1 otherwise.
Example
In this example, the problem
expl2 is deleted.
XPRBprob expl2; expl2 = XPRBnewprob("example2"); XPRBdelprob(expl2);
Further information
This function deletes the given problem in BCL, and the corresponding problem in the Optimizer. It also deletes any remaining working files associated with this problem. All parameter settings remain valid after deleting a problem. If the user does not wish to delete a problem but wants to free some resources used for storing solution information he may call
XPRBresetprob.
Related topics