Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
SolveGraphResponse |
GPUdb.solveGraph(SolveGraphRequest request)
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.
|
SolveGraphResponse |
GPUdb.solveGraph(String graphName,
List<String> weightsOnEdges,
List<String> restrictions,
String solverType,
List<String> sourceNodes,
List<String> destinationNodes,
String solutionTable,
Map<String,String> options)
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.
|
Modifier and Type | Method and Description |
---|---|
SolveGraphResponse |
SolveGraphResponse.setInfo(Map<String,String> info)
Additional information.
|
SolveGraphResponse |
SolveGraphResponse.setResult(boolean result)
Indicates a successful solution on all servers.
|
SolveGraphResponse |
SolveGraphResponse.setResultPerDestinationNode(List<Float> resultPerDestinationNode)
Cost or Pagerank (based on solver type) for each destination node
requested.
|
Copyright © 2025. All rights reserved.