MC_graph_edge Class Reference

#include <MC.hpp>

List of all members.

Public Member Functions

 MC_graph_edge ()
 MC_graph_edge (int t, int h, double c)

Public Attributes

int tail
int head
double cost


Detailed Description

Definition at line 27 of file MC.hpp.


Constructor & Destructor Documentation

MC_graph_edge::MC_graph_edge (  )  [inline]

Definition at line 33 of file MC.hpp.

MC_graph_edge::MC_graph_edge ( int  t,
int  h,
double  c 
) [inline]

Definition at line 34 of file MC.hpp.


Member Data Documentation

int MC_graph_edge::tail

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().

int MC_graph_edge::head

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().


The documentation for this class was generated from the following file:
Generated on Thu Sep 22 03:13:11 2011 by  doxygen 1.4.7