COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
ApproxWeightPerfectMatching.cpp File Reference
#include "CombBLAS/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"
Include dependency graph for ApproxWeightPerfectMatching.cpp:

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[])
 

Typedef Documentation

◆ Par_CSC_Bool

◆ Par_CSC_Double

◆ Par_DCSC_Bool

◆ Par_DCSC_Double

◆ Par_DCSC_int64_t

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 61 of file ApproxWeightPerfectMatching.cpp.

◆ ShowUsage()

void ShowUsage ( )

Definition at line 36 of file ApproxWeightPerfectMatching.cpp.