Scippy

SCIP

Solving Constraint Integer Programs

reader_gr.h File Reference

Detailed Description

Steiner tree problem file reader.

Author
Daniel Rehfeldt

This file implements a reader used to read and write Steiner tree problems.

Definition in file reader_gr.h.

#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().