Dip
0.92.4
|
#include <Cgl012cut.hpp>
Public Attributes | |
int | nnodes |
int | nedges |
int * | nodes |
int * | ind |
edge ** | even_adj_list |
edge ** | odd_adj_list |
Definition at line 112 of file Cgl012cut.hpp.
int separation_graph::nnodes |
Definition at line 113 of file Cgl012cut.hpp.
int separation_graph::nedges |
Definition at line 114 of file Cgl012cut.hpp.
int* separation_graph::nodes |
Definition at line 115 of file Cgl012cut.hpp.
int* separation_graph::ind |
Definition at line 116 of file Cgl012cut.hpp.
edge** separation_graph::even_adj_list |
Definition at line 117 of file Cgl012cut.hpp.
edge** separation_graph::odd_adj_list |
Definition at line 118 of file Cgl012cut.hpp.