Limbo 3.5.4
Loading...
Searching...
No Matches
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

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

◆ VertexMove()

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

◆ gain

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

gain

Definition at line 45 of file FMMultiWay.h.

◆ orig_partition

template<typename GainCalcType>
signed char limbo::algorithms::partition::FMMultiWay< GainCalcType >::VertexMove::orig_partition

original partition

Definition at line 44 of file FMMultiWay.h.

◆ vertex

template<typename GainCalcType>
int limbo::algorithms::partition::FMMultiWay< GainCalcType >::VertexMove::vertex

vertex id

Definition at line 43 of file FMMultiWay.h.


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