reader_bnd.h File Reference
Detailed Description
file reader for variable bounds
This reader allows to read a file containing new bounds for variables of the current problem. Each line of the file should have format
<variable name> <lower bound> <upper bound>
where infinite bounds can be written as inf, +inf or -inf. Note that only a subset of the variables may appear in the file. Lines with unknown variable names are ignored.
Definition in file reader_bnd.h.
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeReaderBnd (SCIP *scip) |