#include "../CombBLAS.h"#include <mpi.h>#include <sys/time.h>#include <iostream>#include <functional>#include <algorithm>#include <vector>#include <string>#include <sstream>#include <limits>#include "BPMaximalMatching.h"#include "BPMaximumMatching.h"#include "ApproxWeightPerfectMatching.h"Go to the source code of this file.
Typedefs | |
| typedef SpParMat< int64_t, bool, SpDCCols< int64_t, bool > > | Par_DCSC_Bool |
| typedef SpParMat< int64_t, int64_t, SpDCCols< int64_t, int64_t > > | Par_DCSC_int64_t |
| typedef SpParMat< int64_t, double, SpDCCols< int64_t, double > > | Par_DCSC_Double |
| typedef SpParMat< int64_t, double, SpCCols< int64_t, double > > | Par_CSC_Double |
| typedef SpParMat< int64_t, bool, SpCCols< int64_t, bool > > | Par_CSC_Bool |
Functions | |
| void | ShowUsage () |
| int | main (int argc, char *argv[]) |
Variables | |
| bool | prune |
| bool | randMM |
| bool | moreSplit |
| int | init |
| bool | randMaximal |
| bool | fewexp |
| bool | randPerm |
| bool | saveMatching |
| string | ofname |
| typedef SpParMat< int64_t, bool, SpCCols<int64_t,bool> > Par_CSC_Bool |
Definition at line 44 of file ApproxWeightPerfectMatching.cpp.
| typedef SpParMat< int64_t, double, SpCCols<int64_t, double> > Par_CSC_Double |
Definition at line 43 of file ApproxWeightPerfectMatching.cpp.
| typedef SpParMat< int64_t, bool, SpDCCols<int64_t,bool> > Par_DCSC_Bool |
Definition at line 40 of file ApproxWeightPerfectMatching.cpp.
| typedef SpParMat< int64_t, double, SpDCCols<int64_t, double> > Par_DCSC_Double |
Definition at line 42 of file ApproxWeightPerfectMatching.cpp.
Definition at line 41 of file ApproxWeightPerfectMatching.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 70 of file ApproxWeightPerfectMatching.cpp.
| void ShowUsage | ( | ) |
Definition at line 46 of file ApproxWeightPerfectMatching.cpp.
| bool fewexp |
Definition at line 34 of file ApproxWeightPerfectMatching.cpp.
| int init |
Definition at line 32 of file ApproxWeightPerfectMatching.cpp.
| bool moreSplit |
Definition at line 31 of file ApproxWeightPerfectMatching.cpp.
| string ofname |
Definition at line 37 of file ApproxWeightPerfectMatching.cpp.
| bool prune |
Definition at line 31 of file ApproxWeightPerfectMatching.cpp.
| bool randMaximal |
Definition at line 33 of file ApproxWeightPerfectMatching.cpp.
| bool randMM |
Definition at line 31 of file ApproxWeightPerfectMatching.cpp.
| bool randPerm |
Definition at line 35 of file ApproxWeightPerfectMatching.cpp.
| bool saveMatching |
Definition at line 36 of file ApproxWeightPerfectMatching.cpp.