This method is the general entry point for importing data from a file into a model. It can be used to read basis files for continuous models, start vectors for MIP models, or parameter settings. The type of data read is determined by the file suffix. File formats are described in the File Format section.
void | read ( | const string& | filename ) |
Arguments:
filename: Name of the file to read. The suffix on the file must be either .bas (for an LP basis), .mst (for a MIP start), .ord (for a priority order), or .prm (for a parameter file). The suffix may optionally be followed by .zip, .gz, .bz2, or .7z.