next up previous external Back to SYMPHONY Home Page
Next: user_io Up: User-written functions of the Previous: user_free_master

user_readparams

void user_readparams(void *user, char *filename)

Description:

The user reads in parameters from the file named filename. The file filename is a file containing both built-in parameters and user parameters. The filename is given as a command line argument when starting the application and is then passed to the user. The user must open the file for reading, scan the file for lines that contain user parameters and then read the parameters in as appropriate. See the file Master/master_io.c to see how SYMPHONY does this.

Arguments:

tabular508

Return values:

tabular510



Ted Ralphs
Fri Feb 11 13:47:59 CST 2000