Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Functions
Zoltan2_GreedyMWM.hpp File Reference

Greedy Maximal Weight Matching. More...

#include <vector>
#include <algorithm>
Include dependency graph for Zoltan2_GreedyMWM.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Zoltan2::GMWM_triplet< vtx_t, wgt_t >
 

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

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)
 

Detailed Description

Greedy Maximal Weight Matching.

Definition in file Zoltan2_GreedyMWM.hpp.