reader_ccg.h File Reference
Detailed Description
Column connectivity graph file reader (actually, only a writer)
Write weighted column connectivity graph, see reader_ccg.c.
Definition in file reader_ccg.h.
#include "scip/def.h"
#include "scip/type_cons.h"
#include "scip/type_result.h"
#include "scip/type_retcode.h"
#include "scip/type_scip.h"
#include "scip/type_var.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) |