Binpacking 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.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeReaderBpa (SCIP *scip) |
SCIP_RETCODE SCIPincludeReaderBpa | ( | SCIP * | scip | ) |
includes the binpacking file reader into SCIP
includes the bpa file reader in SCIP
scip | SCIP data structure |
Definition at line 249 of file reader_bpa.c.
References READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), and SCIPsetReaderRead().
Referenced by runShell().