GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::solveGraph. More...
#include <gpudb/protocol/solve_graph.h>
Public Member Functions | |
SolveGraphResponse () | |
Constructs a SolveGraphResponse object with default parameters. More... | |
Public Attributes | |
bool | result |
Indicates a successful solution on all servers. More... | |
std::vector< float > | resultPerDestinationNode |
Cost or Pagerank (based on solver type) for each destination node requested. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::solveGraph.
Definition at line 834 of file solve_graph.h.
|
inline |
Constructs a SolveGraphResponse object with default parameters.
Definition at line 839 of file solve_graph.h.
std::map<std::string, std::string> gpudb::SolveGraphResponse::info |
Additional information.
Definition at line 861 of file solve_graph.h.
bool gpudb::SolveGraphResponse::result |
Indicates a successful solution on all servers.
Definition at line 849 of file solve_graph.h.
std::vector<float> gpudb::SolveGraphResponse::resultPerDestinationNode |
Cost or Pagerank (based on solver type) for each destination node requested.
Only populated if 'export_solve_results' option is set to true.
Definition at line 856 of file solve_graph.h.