Uses of Class
com.gpudb.protocol.SolveGraphResponse
-
Packages that use SolveGraphResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of SolveGraphResponse in com.gpudb
Methods in com.gpudb that return SolveGraphResponse Modifier and Type Method Description SolveGraphResponseGPUdb. solveGraph(SolveGraphRequest request)Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.SolveGraphResponseGPUdb. 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, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions. -
Uses of SolveGraphResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return SolveGraphResponse Modifier and Type Method Description SolveGraphResponseSolveGraphResponse. setInfo(Map<String,String> info)Additional information.SolveGraphResponseSolveGraphResponse. setResult(boolean result)Indicates a successful solution on all servers.SolveGraphResponseSolveGraphResponse. setResultPerDestinationNode(List<Float> resultPerDestinationNode)Cost or page rank (based on solver type) for each destination node requested.
-