Package com.gpudb.protocol
Class SolveGraphRequest.SolverType
java.lang.Object
com.gpudb.protocol.SolveGraphRequest.SolverType
Enclosing class:
A set of string constants for the
SolveGraphRequest parameter solverType.
The type of solver to use for the graph.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSolves for paths that would give costs between max and min solution radia - Make sure to limit by the ‘max_solution_targets’ option.static final StringSolves for optimal routes that connect remote asset nodes to the fixed (backbone) asset nodes.static final StringSolves for the degree of a node to depict how many pairs of individuals that would have to go through the node to reach one another in the minimum number of hops.static final StringSolves for the centrality closeness score per node as the sum of the inverse shortest path costs to all nodes in the graph.static final StringSolves for finding the optimal path cost for each destination node to route to the source node.static final StringSolves for finding the minimum cost cumulative path for a round-trip starting from the given source and visiting each given destination node once then returning to the source.static final StringSolves for the probability of each destination node being visited based on the links of the graph topology.static final StringSolves for the transitional probability (Hidden Markov) for each node based on the weights (probability assigned over given edges).static final StringSolves for the optimal (shortest) path based on weights and restrictions from one source to destinations nodes.static final StringSolves for graph statistics such as graph diameter, longest pairs, vertex valences, topology numbers, average and max cluster sizes, etc.
Field Details