sym_parse_command_line

int sym_parse_command_line(sym_environment *env, int argc, char **argv)

Description:

This routine parses the command line arguments. It must be called whenever the user specifies any of SYMPHONY's built-in command-line switches. For instance, this is the case when the user specifies the location of an MPS, LP, or GMPL file using the -F or -L switch or when the user specifies the location of a parameter file with the -f switch. This command also invokes the user callback function user_readparams().

Arguments:

sym_environment *env INOUT Pointer to the SYMPHONY environment.
int argc IN The number of command line arguments.
char **argv IN Array of pointers to these arguments.

Return values:

ERROR__USER Error. User error detected in user_readparams()
  function.
FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.
FUNCTION_TERMINATED_NORMALLY Function invoked successfully.