#include <MC.hpp>
Public Member Functions | |
MC_graph_edge () | |
MC_graph_edge (int t, int h, double c) | |
Public Attributes | |
int | tail |
int | head |
double | cost |
Definition at line 27 of file MC.hpp.
MC_graph_edge::MC_graph_edge | ( | int | t, | |
int | h, | |||
double | c | |||
) | [inline] |
Definition at line 29 of file MC.hpp.
Referenced by MC_lp::logical_fixing(), MC_cuts_from_mst(), MC_kruskal(), MC_readproblem(), MC_problem::pack(), and MC_problem::unpack().
Definition at line 30 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_lp::logical_fixing(), MC_components(), MC_cuts_from_mst(), MC_kruskal(), and MC_readproblem().
double MC_graph_edge::cost |
Definition at line 31 of file MC.hpp.
Referenced by MC_problem::create_adj_lists(), MC_solution::edge_switch_improve(), MC_tm::initialize_core(), MC_solution::ising_with_external_edge_switch_improve(), MC_feas_sol::MC_feas_sol(), and MC_readproblem().