|
Limbo 3.5.4
|
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 |
a class denotes movement of vertex
Definition at line 41 of file FMMultiWay.h.
|
inline |
constructor
| v | vertex |
| op | original partition |
| g | gain value |
Definition at line 50 of file FMMultiWay.h.
| gain_value_type limbo::algorithms::partition::FMMultiWay< GainCalcType >::VertexMove::gain |
gain
Definition at line 45 of file FMMultiWay.h.
| signed char limbo::algorithms::partition::FMMultiWay< GainCalcType >::VertexMove::orig_partition |
original partition
Definition at line 44 of file FMMultiWay.h.
| int limbo::algorithms::partition::FMMultiWay< GainCalcType >::VertexMove::vertex |
vertex id
Definition at line 43 of file FMMultiWay.h.