user_initialize

[cf]user_initialize
int user_initialize(void **user)

Description:

The user allocates space for and initializes the user-defined data structures for the master module.

Arguments:

void **user OUT Pointer to the user-defined data structure.

Return values:

USER_ERROR Error. SYMPHONY exits.
USER_SUCCESS Initialization is done.
USER_DEFAULT There is no user-defined data structure (this can be the case if the default parser is being used to read in either an MPS or GMPL/AMPL file.





Ted Ralphs
2011-05-30