int sym_read_warm_start(char *file, warm_start_desc *ws)
This routine is used to read in a warm start structure from a file.
char *file | IN | The name of the file the warm start is desired to be read from. |
warm_start_desc *ws | OUT | Pointer to a warm start object to be read from the file. |
FUNCTION_TERMINATED_NORMALLY | Function invoked successfully. |
FUNCTION_TERMINATED_ABNORMALLY | Function invoked unsuccessfully. |