Scippy

SCIP

Solving Constraint Integer Programs

reader_gr.h File Reference
#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderGr (SCIP *scip)
 

Function Documentation

◆ SCIPincludeReaderGr()

SCIP_RETCODE SCIPincludeReaderGr ( SCIP scip)

includes the gr file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 100 of file reader_gr.c.

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

Referenced by runShell(), and SCIP_DECL_READERCOPY().