reader_bnd.h
Go to the documentation of this file.
21 * This reader allows to read a file containing new bounds for variables of the current problem. Each line of the file
26 * where infinite bounds can be written as inf, +inf or -inf. Note that only a subset of the variables may appear in
27 * the file. Lines with unknown variable names are ignored. The writing functionality is currently not supported.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:59
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderBnd(SCIP *scip)
Definition: reader_bnd.c:407