XPRBgetcutid
XPRBgetcutid |
Purpose
Synopsis
int XPRBgetcutid(XPRBcut cut);
Argument
cut
|
Reference to a previously created cut.
|
Return value
Classification or identification number.
Example
Get the classification or identification number of the cut
cut1.
XPRBcut cut1; int cid; XPRBprob expl1; expl1 = XPRBnewprob("cutexample"); cut1 = XPRBnewcut(expl1, XPRB_E, 1); cid = XPRBgetcutid(cut1);
Further information
This function returns the classification or identification number of a previously defined cut.
Related topics