Scippy

SCIP

Solving Constraint Integer Programs

reader_col.h File Reference

Detailed Description

file reader for vertex coloring instances

Author
Gerald Gamrath

This file implements the reader for vertex coloring problems in DIMACS standard format.

Definition in file reader_col.h.

#include "scip/scip.h"
#include "tclique/tclique.h"
#include "probdata_coloring.h"
#include "scip/cons_setppc.h"
#include "scip/type_cons.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderCol (SCIP *scip)
 

Function Documentation

◆ SCIPincludeReaderCol()

SCIP_RETCODE SCIPincludeReaderCol ( SCIP scip)

includes the col file reader into SCIP

includes the col file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 291 of file reader_col.c.

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

Referenced by SCIPincludeColoringPlugins().