Scippy

GCG

Branch-and-Price & Column Generation for Everyone

reader_cls.h File Reference

Detailed Description

CLS reader for writing files containing classification data.

Author
Julius Hense

Definition in file reader_cls.h.

#include "scip/scip.h"
#include "type_decomp.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderCls (SCIP *scip)
 
SCIP_RETCODE GCGwriteCls (SCIP *scip, FILE *file)
 

Function Documentation

◆ SCIPincludeReaderCls()

SCIP_RETCODE SCIPincludeReaderCls ( SCIP *  scip)

includes the cls file reader into SCIP

includes the cls reader into SCIP

Definition at line 216 of file reader_cls.cpp.

References DEFAULT_USETRANSFORM, READER_DESC, READER_EXTENSION, READER_NAME, readerCopyCls, and readerReadCls.

Referenced by SCIPincludeGcgPlugins().

◆ GCGwriteCls()