Scippy

SCIP

Solving Constraint Integer Programs

reader_stp.h File Reference

Detailed Description

Steiner tree problem file reader.

Author
Gerald Gamrath
Thorsten Koch
Daniel Rehfeldt
Michael Winkler

This file implements the 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 SCIPincludeReaderStp (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludeReaderStp ( SCIP *  scip)

includes the stp file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 143 of file reader_stp.c.

References DEFAULT_COMPCENTRAL, DEFAULT_COUNTPRESOLTIME, DEFAULT_CYCLECONS, DEFAULT_EMITGRAPH, DEFAULT_MINELIMS, DEFAULT_PRETIMELIMIT, DEFAULT_REDUCTION, DEFAULT_SYMCONS, FALSE, READER_DESC, READER_EXTENSION, READER_NAME, and STP_MODES.

Referenced by runShell(), and SCIP_DECL_READERCOPY().