sym_read_gmpl

int sym_read_gmpl(sym_environment *env, char *modelfile, char *datafile)

Description:
This routine is used to load an instance from a GMPL file.
Arguments:

sym_environment *env IN Pointer to the SYMPHONY environment.
char *modelfile IN Pointer to a character array indicating the name of the model file.
char *datafile IN Pointer to a character array indicating the name of the data file.

Return values:
FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.
FUNCTION_TERMINATED_NORMALLY Function invoked successfully.