IBM SYSTEMG G RUNTIME & NATIVE STORE  0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
 All Classes Functions Variables Typedefs Pages
Public Member Functions | List of all members
analytic_auction Class Reference

auction algorithm for find match in weighted bipartited graph More...

#include <plugin_auction.h>

Inherits query_base.

Public Member Functions

 REGISTER_QUERY_TYPE (analytic_auction)
 
void options (command_options &opt)
 
int run (struct query_param_type)
 
bool sanity_check (graph_type *g)
 
void auction (graph_type *g, internal_outputFormat *o, const string &wt_prop, size_t num, float eps)
 

Detailed Description

auction algorithm for find match in weighted bipartited graph

Parameters
&ndash;grapha bipartite graph
&ndash;bipartite_checkcheck if the graph is directed bipartite graph
&ndash;propthe edge property storing the edge weight
&ndash;num[optional] the maximum allowed interations
&ndash;eps[optional] the epsilon used in auction

The documentation for this class was generated from the following file: