reader_bpa.c File Reference Detailed DescriptionBinpacking problem reader file reader. This file implements the reader/parser used to read the binpacking input data. For more details see Parsing the input format and creating the problem. Definition in file reader_bpa.c. #include <assert.h> #include <string.h> #include "scip/cons_setppc.h" #include "probdata_binpacking.h" #include "reader_bpa.h" Go to the source code of this file.
Macro Definition Documentation
Definition at line 95 of file reader_bpa.c. Referenced by SCIPincludeReaderBpa().
Definition at line 96 of file reader_bpa.c. Referenced by SCIPincludeReaderBpa().
Definition at line 94 of file reader_bpa.c. Referenced by SCIPincludeReaderBpa(). Function Documentation
problem reading method of reader Definition at line 108 of file reader_bpa.c. References SCIPprobdataCreate().
includes the bpa file reader in SCIP
Definition at line 249 of file reader_bpa.c. References READER_DESC, READER_EXTENSION, and READER_NAME. Referenced by runShell(). |