Scippy

SCIP

Solving Constraint Integer Programs

reader_cnf.h File Reference

Detailed Description

CNF file reader.

Author
Thorsten Koch
Tobias Achterberg

The DIMACS CNF (conjunctive normal form) is a file format used for example for SAT problems. For a detailed description of this format see http://people.sc.fsu.edu/~jburkardt/data/cnf/cnf.html .

Definition in file reader_cnf.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderCnf (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludeReaderCnf ( SCIP scip)

includes the cnf file reader into SCIP

Parameters
scipSCIP data structure