reader_col.h File Reference
Detailed Description
file reader for vertex coloring instances
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
-
scip SCIP data structure
Definition at line 300 of file reader_col.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().
Referenced by SCIPincludeColoringPlugins().