Scippy

SCIP

Solving Constraint Integer Programs

reader_bpa.h File Reference

Detailed Description

Binpacking problem reader file reader.

Author
Timo Berthold
Stefan Heinz

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
scipSCIP data structure

Definition at line 248 of file reader_bpa.c.

References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), and SCIPsetReaderRead().

Referenced by runShell().