Scippy

SCIP

Solving Constraint Integer Programs

reader_stp.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.

Author
Gerald Gamrath
Thorsten Koch
Daniel Rehfeldt
Michael Winkler

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

Definition in file reader_stp.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPStpReaderIncludeParams (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderStp (SCIP *scip)
 

Function Documentation

◆ SCIPStpReaderIncludeParams()

◆ SCIPincludeReaderStp()

SCIP_RETCODE SCIPincludeReaderStp ( SCIP scip)

includes the stp file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 215 of file reader_stp.c.

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

Referenced by runShell(), and SCIP_DECL_READERCOPY().