|
Limbo 3.5.4
|
#include <SDPColoringCsdp.h>
Public Types | |
| typedef edge_weight_type | value_type |
| define edge_weight_type as value_type | |
Public Member Functions | |
| FMGainCalcType (graph_type const &g) | |
| edge_weight_type | operator() (int32_t v, int8_t origp, int8_t newp, std::vector< int8_t > const &vPartition) const |
Public Attributes | |
| graph_type const & | graph |
| graph | |
| double | m_stitch_weight |
compute the gain when moving a vertex from one partition to another
Definition at line 81 of file SDPColoringCsdp.h.
| typedef edge_weight_type limbo::algorithms::coloring::SDPColoringCsdp< GraphType >::FMGainCalcType::value_type |
define edge_weight_type as value_type
Definition at line 84 of file SDPColoringCsdp.h.
|
inline |
|
inline |
compute the gain when moving a vertex from one partition to another
| v | vertex |
| origp | original partition |
| newp | new partition |
| vPartition | array of partition for each vertex |
Definition at line 98 of file SDPColoringCsdp.h.
| graph_type const& limbo::algorithms::coloring::SDPColoringCsdp< GraphType >::FMGainCalcType::graph |
graph
Definition at line 85 of file SDPColoringCsdp.h.
| double limbo::algorithms::coloring::SDPColoringCsdp< GraphType >::FMGainCalcType::m_stitch_weight |
Definition at line 87 of file SDPColoringCsdp.h.