GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/solve_graph.h>
Public Member Functions | |
SolveGraphResponse () | |
Constructs a SolveGraphResponse object with default parameter values. More... | |
Public Attributes | |
bool | result |
std::vector< float > | resultPerDestinationNode |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Solves an existing graph for a type of problem (e.g., shortest path, page rank, travelling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
IMPORTANT: It's highly recommended that you review the Network Graphs & Solvers concepts documentation, the Graph REST Tutorial, and/or some /solve/graph examples before using this endpoint.
Definition at line 449 of file solve_graph.h.
|
inline |
Constructs a SolveGraphResponse object with default parameter values.
Definition at line 456 of file solve_graph.h.
std::map<std::string, std::string> gpudb::SolveGraphResponse::info |
Definition at line 465 of file solve_graph.h.
bool gpudb::SolveGraphResponse::result |
Definition at line 463 of file solve_graph.h.
std::vector<float> gpudb::SolveGraphResponse::resultPerDestinationNode |
Definition at line 464 of file solve_graph.h.