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. | |
Public Attributes | |
| bool | result |
| Indicates a successful solution on all servers. | |
| std::vector< float > | resultPerDestinationNode |
| Cost or page rank (based on solver type) for each destination node requested. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::solveGraph.
Definition at line 834 of file solve_graph.h.
Constructor & Destructor Documentation
◆ SolveGraphResponse()
| inline |
Constructs a SolveGraphResponse object with default parameters.
Definition at line 839 of file solve_graph.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::SolveGraphResponse::info |
Additional information.
Definition at line 861 of file solve_graph.h.
◆ result
| bool gpudb::SolveGraphResponse::result |
Indicates a successful solution on all servers.
Definition at line 849 of file solve_graph.h.
◆ resultPerDestinationNode
| std::vector<float> gpudb::SolveGraphResponse::resultPerDestinationNode |
Cost or page rank (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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/solve_graph.h