Scippy

SCIP

Solving Constraint Integer Programs

reader_rlp.h File Reference

Detailed Description

RLP file reader (LP format with generic variables and row names)

Author
Stefan Heinz

Definition in file reader_rlp.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderRlp (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludeReaderRlp ( SCIP scip)

includes the rlp file reader into SCIP

includes the rlp file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 97 of file reader_rlp.c.

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

Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().