complete_graph_node_buffer Struct Reference
Detailed Description
buffer that allows to (partially) restore a complete graph node todo need something more special here that takes dfs depth and a node identifier (which) as input applies corresponding part to graph... maybe whenever you store something you get an identifier back???
Definition at line 59 of file completegraph.h.
#include <completegraph.h>
Data Fields | |
SCIP_Real * | adjedgecosts |
int * | nodeids |
int | nnodes |
int | dfsdepth |
Field Documentation
◆ adjedgecosts
SCIP_Real* complete_graph_node_buffer::adjedgecosts |
adjacency cost array for nodes
Definition at line 61 of file completegraph.h.
◆ nodeids
int* complete_graph_node_buffer::nodeids |
corresponding node ids (only needed for debugging)
Definition at line 62 of file completegraph.h.
◆ nnodes
int complete_graph_node_buffer::nnodes |
number of nodes that are currently stored
Definition at line 63 of file completegraph.h.
◆ dfsdepth
int complete_graph_node_buffer::dfsdepth |
current number of nodes
Definition at line 64 of file completegraph.h.