Scippy

SCIP

Solving Constraint Integer Programs

reader_cip.h File Reference

Detailed Description

CIP file reader.

Author
Stefan Heinz

The CIP format consists of information written by the individual constraints. Thus, the format is defined within the constraint handlers. Please check the code or documentation there.

The CIP format is the only format within SCIP that allows to write and read all constraints; all other file formats are restricted to some particular sub-class of constraint integer programs.

Definition in file reader_cip.h.

#include "scip/def.h"
#include "scip/type_retcode.h"
#include "scip/type_scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderCip (SCIP *scip)