Scippy

GCG

Branch-and-Price & Column Generation for Everyone

dialog_graph.cpp File Reference

Detailed Description

A dialog to write graph representations of the matrix and read partitions as decompositions.

Author
Martin Bergner

Definition in file dialog_graph.cpp.

#include "dialog_graph.h"
#include "scip/dialog_default.h"
#include "graph/bipartitegraph.h"
#include "graph/hyperrowcolgraph.h"
#include "graph/hyperrowgraph.h"
#include "graph/hypercolgraph.h"
#include "graph/columngraph.h"
#include "graph/rowgraph.h"
#include "scip_misc.h"
#include "cons_decomp.h"
#include "graph/graph_tclique.h"

Go to the source code of this file.

Namespaces

 gcg
 

Functions

 gcg::SCIP_DECL_DIALOGEXEC (DialogWriteGraph::scip_exec)
 
 gcg::SCIP_DECL_DIALOGEXEC (DialogGraph::scip_exec)
 
 gcg::SCIP_DECL_DIALOGEXEC (DialogReadPartition::scip_exec)
 
template<class T , template< class T1 > class G>
SCIP_RETCODE GCGincludeGraphEntries (SCIP *scip)
 
SCIP_RETCODE GCGincludeDialogsGraph (SCIP *scip)
 

Function Documentation

◆ GCGincludeGraphEntries()

template<class T , template< class T1 > class G>
SCIP_RETCODE GCGincludeGraphEntries ( SCIP *  scip)

include the graph entries for both writing the graph and reading in the partition

Parameters
scipSCIP data structure

Definition at line 195 of file dialog_graph.cpp.

References SCIPincludeObjDialog().