reader_bpa.h File Reference
Detailed Description
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) |
Function Documentation
◆ SCIPincludeReaderBpa()
SCIP_RETCODE SCIPincludeReaderBpa | ( | SCIP * | scip | ) |
includes the binpacking file reader into SCIP
includes the bpa file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 257 of file reader_bpa.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), and SCIPsetReaderRead().
Referenced by runShell().