Scippy

SCIP

Solving Constraint Integer Programs

reader_cyc.h File Reference

Detailed Description

file reader for cycle clustering instances

Author
Leon Eifler

This file implements the reader for the cycle clustering problem. The data is read from a matrix, entries separated by whitespace. The first line in the file has to be of the form "# p nstates ncluster", where nstates is the size of the matrix and ncluster is the number of clusters that should be used. The file has to have the ending ".cyc" to be recognized by the reader.

Definition in file reader_cyc.h.

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

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderCyc (SCIP *scip)
 

Function Documentation

◆ SCIPincludeReaderCyc()

SCIP_RETCODE SCIPincludeReaderCyc ( SCIP scip)

includes the cyc file reader into SCIP

includes the cyc file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 209 of file reader_cyc.c.

References FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddCharParam(), SCIPaddRealParam(), SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderRead(), and TRUE.

Referenced by SCIPincludeCycPlugins().