Purpose
Delete a user function from the current problem
Synopsis
int XPRS_CC XSLPdeluserfunction(XSLPprob prob, int FunctionTokenId);
Arguments
Prob
|
The current SLP problem.
|
FunctionTokenId
|
The identifier of the user function as returned by
XSLPadduserfunction.
|
Related topics