Uses of Class
org.jgrapht.generate.netgen.NetworkGeneratorConfigBuilder
| Package | Description |
|---|---|
| org.jgrapht.generate.netgen |
Network generator components
|
-
Uses of NetworkGeneratorConfigBuilder in org.jgrapht.generate.netgen
Methods in org.jgrapht.generate.netgen that return NetworkGeneratorConfigBuilder Modifier and Type Method Description NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setArcNum(int arcNum)Sets the number of arcs in the network.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setBipartiteMatchingProblemParams(int nodeNum, int arcNum)Sets bipartite matching parameter subset.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setBipartiteMatchingProblemParams(int nodeNum, int arcNum, int minCost, int maxCost)Sets bipartite matching parameter subset.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setBipartiteMatchingProblemParams(int nodeNum, int arcNum, int minCost, int maxCost, int percentWithInfCost)Sets bipartite matching parameter subset.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setMaxCap(int maxCap)Sets the arc capacity upper bound.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setMaxCost(int maxCost)Sets the arc cost upper bound.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setMaximumFlowProblemParams(int nodeNum, int arcNum, int supply)Sets maximum flow network parameter subset.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setMaximumFlowProblemParams(int nodeNum, int arcNum, int supply, int minCap, int maxCap)Sets maximum flow network parameter subset.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setMaximumFlowProblemParams(int nodeNum, int arcNum, int supply, int minCap, int maxCap, int sourceNum, int sinkNum)Sets maximum flow network parameter subset.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setMaximumFlowProblemParams(int nodeNum, int arcNum, int supply, int minCap, int maxCap, int sourceNum, int sinkNum, int percentCapacitated)Sets maximum flow network parameter subset.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setMinCap(int minCap)Sets the arc capacity lower bound.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setMinCost(int minCost)Sets the arc cost lower bound.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setNodeNum(int nodeNum)Sets the number of nodes in the network.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setParams(int nodeNum, int arcNum, int sourceNum, int sinkNum, int transshipSourceNum, int transshipSinkNum, int totalSupply, int minCap, int maxCap, int minCost, int maxCost, int percentCapacitated, int percentWithInfCost)Sets all the network parameters.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setPercentCapacitated(int percentCapacitated)Sets the percent of arcs to have finite capacity.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setPercentWithInfCost(int percentWithInfCost)Sets the percent of arcs to have infinite cost.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setSinkNum(int sinkNum)Sets the number of sinks in the network.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setSourceNum(int sourceNum)Sets the number of sources in the network.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setTotalSupply(int totalSupply)Sets the total supply of the network.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setTSinkNum(int tSinkNum)Sets the number of transshipment sinks in the network.NetworkGeneratorConfigBuilderNetworkGeneratorConfigBuilder. setTSourceNum(int tSourceNum)Sets the number of transshipment sources in the network.