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.
|
Modifier and Type | Method and Description | ||
---|---|---|---|
SolveGraphRequest |
SolveGraphRequest.setDestinationNodes(List<String> destinationNodes)
It can be one of the nodal identifiers - e.g: 'NODE_WKTPOINT' for
destination (target) nodes.
|
||
SolveGraphRequest |
SolveGraphRequest.setGraphName(String graphName)
Name of the graph resource to solve.
|
||
SolveGraphRequest |
SolveGraphRequest.setOptions(Map<String,String> options)
Additional parameters.
|
||
SolveGraphRequest |
SolveGraphRequest.setRestrictions(List<String> restrictions)
Additional restrictions to apply to the nodes/edges of an existing
graph.
|
||
SolveGraphRequest |
SolveGraphRequest.setSolutionTable(String solutionTable)
Name of the table to store the solution, in [schema_name.]table_name
format, using standard
SolveGraphRequest SolveGraphRequest. |
setSolverType(String solverType)
The type of solver to use for the graph.
| |
SolveGraphRequest |
SolveGraphRequest.setSourceNodes(List<String> sourceNodes)
It can be one of the nodal identifiers - e.g: 'NODE_WKTPOINT' for source
nodes.
|
||
SolveGraphRequest |
SolveGraphRequest.setWeightsOnEdges(List<String> weightsOnEdges)
Additional weights to apply to the edges of an existing graph.
|
Copyright © 2025. All rights reserved.