Scippy

SCIP

Solving Constraint Integer Programs

reader_lop.h File Reference

Detailed Description

linear ordering file reader

Author
Marc Pfetsch

This file implements the reader/parser used to read linear ordering problems. For more details see How to add file readers. The data should be given in LOLIB format, see LOLIB.

Definition in file reader_lop.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderLOP (SCIP *scip)
 

Function Documentation

◆ SCIPincludeReaderLOP()

SCIP_RETCODE SCIPincludeReaderLOP ( SCIP scip)

includes the linear ordering file reader into SCIP

includes the linear ordering file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 263 of file reader_lop.c.

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

Referenced by main().