int user_io(void *user)
The user prepares all information needed to specify the problem instance (e.g., reads in data from a data file, etc.).
| void *user | IN | Pointer to the user-defined data structure. | 
| ERROR | Error. SYMPHONY stops. | 
| USER_NO_PP | User I/O was completed successfully. |