Purpose
End the definition of a variable array.
Synopsis
int XPRBendarrvar(XPRBarrvar av);
Argument
av
|
BCL reference to an array.
|
Return value
0 if function executed successfully, 1 otherwise.
Example
XPRBprob prob;
XPRBarrvar av2;
...
av2 = XPRBstartarrvar(prob, 5, "arr2");
XPRBendarrvar(av2);
This terminates the definition of the array av2.
Further information
This function terminates the definition of the array. As the reference to the array is required by this function in common
with all other functions referring to the incremental definition of arrays it is possible to define several arrays at a time.
Related topics
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.