Scippy

SCIP

Solving Constraint Integer Programs

reader_ccg.h File Reference

Detailed Description

Column connectivity graph file reader (actually, only a writer)

Author
Marc Pfetsch

Write weighted column connectivity graph, see reader_ccg.c.

Definition in file reader_ccg.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderCcg (SCIP *scip)
 
SCIP_RETCODE SCIPwriteCcg (SCIP *scip, FILE *file, const char *name, SCIP_Bool transformed, SCIP_VAR **vars, int nvars, SCIP_CONS **conss, int nconss, SCIP_RESULT *result)