#include <MC.hpp>
Collaboration diagram for MC_graph_node:
Public Member Functions | |
MC_graph_node () | |
MC_graph_node (int d, MC_adjacency_entry *l) | |
Public Attributes | |
int | degree |
MC_adjacency_entry * | adj_list |
Definition at line 19 of file MC.hpp.
MC_graph_node::MC_graph_node | ( | int | d, | |
MC_adjacency_entry * | l | |||
) | [inline] |
Definition at line 21 of file MC.hpp.
Referenced by MC_problem::create_adj_lists(), MC_solution::edge_switch_improve(), MC_solution::ising_with_external_edge_switch_improve(), MC_solution::lk_switch_improve(), MC_fill_structure(), and MC_solution::switch_improve().
Definition at line 22 of file MC.hpp.
Referenced by MC_problem::create_adj_lists(), MC_solution::edge_switch_improve(), MC_solution::ising_with_external_edge_switch_improve(), MC_solution::lk_switch_improve(), MC_fill_structure(), and MC_solution::switch_improve().