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) |
SolveGraphResponse |
SolveGraphResponse.setResult(boolean result) |
SolveGraphResponse |
SolveGraphResponse.setResultPerDestinationNode(List<Float> resultPerDestinationNode) |
Copyright © 2020. All rights reserved.