int sym_write_warm_start_desc(warm_start_desc *ws, char *file)
This routine is used to write the given warm start structure to a file.
warm_start_desc *ws | IN | Pointer to the warm start description to be written. |
char *file | IN | The name of the file the warm start is desired to be written to. |
FUNCTION_TERMINATED_NORMALLY | Function invoked successfully. |
FUNCTION_TERMINATED_ABNORMALLY | Function invoked unsuccessfully. |