Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
limbo::algorithms::partition::FMMultiWay< GainCalcType >::VertexMove Class Reference

a class denotes movement of vertex More...

#include <FMMultiWay.h>

Public Member Functions

 VertexMove (int v, int op, gain_value_type g)
 constructor More...
 

Public Attributes

int vertex
 vertex id
 
signed char orig_partition
 original partition
 
gain_value_type gain
 

Detailed Description

template<typename GainCalcType>
class limbo::algorithms::partition::FMMultiWay< GainCalcType >::VertexMove

a class denotes movement of vertex

Definition at line 41 of file FMMultiWay.h.

Constructor & Destructor Documentation

template<typename GainCalcType>
limbo::algorithms::partition::FMMultiWay< GainCalcType >::VertexMove::VertexMove ( int  v,
int  op,
gain_value_type  g 
)
inline

constructor

Parameters
vvertex
oporiginal partition
ggain value

Definition at line 50 of file FMMultiWay.h.

Member Data Documentation

template<typename GainCalcType>
gain_value_type limbo::algorithms::partition::FMMultiWay< GainCalcType >::VertexMove::gain

gain

Definition at line 45 of file FMMultiWay.h.


The documentation for this class was generated from the following file: