|
Zoltan2
|
Greedy Maximal Weight Matching. More...
#include <vector>#include <algorithm>

Go to the source code of this file.
Classes | |
| struct | Zoltan2::GMWM_triplet< vtx_t, wgt_t > |
Namespaces | |
| Zoltan2 | |
Functions | |
| template<typename vtx_t , typename wgt_t > | |
| static bool | Zoltan2::compare_triplets (GMWM_triplet< vtx_t, wgt_t > a, GMWM_triplet< vtx_t, wgt_t > b) |
| template<typename vtx_t , typename wgt_t > | |
| vtx_t | Zoltan2::GreedyMWM (int *idx, vtx_t *adj, wgt_t *wgt, vtx_t tnVtx, vtx_t *match) |
Greedy Maximal Weight Matching.
Definition in file Zoltan2_GreedyMWM.hpp.
1.8.5