int user_initialize(void **user)
The user allocates space for and initializes the user-defined data structures for the master module.
void **user | OUT | Pointer to the user-defined data structure. |
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. |