Scippy

SCIP

Solving Constraint Integer Programs

Graph Struct Reference

Detailed Description

Definition at line 69 of file GomoryHuTree.h.

#include <GomoryHuTree.h>

Data Fields

int nuses
 
int nnodes
 
int nedges
 
int nedgesnonzero
 
GRAPHNODEnodes
 
GRAPHEDGEedges
 

Field Documentation

◆ nuses

int Graph::nuses

Definition at line 71 of file GomoryHuTree.h.

Referenced by capture_graph().

◆ nnodes

int Graph::nnodes

◆ nedges

◆ nedgesnonzero

int Graph::nedgesnonzero

Definition at line 74 of file GomoryHuTree.h.

Referenced by maxflow().

◆ nodes

◆ edges

GRAPHEDGE* Graph::edges

array containing all halfedges (thus, it's size is two times nedges)

Definition at line 78 of file GomoryHuTree.h.

Referenced by copy_graph(), maxflow(), tsp::ProbDataTSP::scip_copy(), SCIP_DECL_CONSLOCK(), SCIP_DECL_READERREAD(), tsp::ProbDataTSP::scip_trans(), and sepaSubtour().