GRBfreebatch

int GRBfreebatch ( GRBbatch *batch )

Free a batch structure and release the associated memory.

Return value:

A non-zero return value indicates that a problem occurred while freeing the batch. Refer to the Error Code table for a list of possible return values. Details on the error can be obtained by calling GRBgeterrormsg.

Arguments:

batch: The batch structure to be freed.

Example usage:

  GRBfreebatch(batch);