- bimodalUniformRandom(int, double, double, double, double, double) - Static method in class com.net2plan.libraries.TrafficMatrixGenerationModels
-
Generates a traffic matrix using a bimodal uniform random distribution,
that is, a distribution in which a value is taken for a uniform random
distribution with probability p, and from the other one with
probability 1-p.
- BooleanUtils - Class in com.net2plan.utils
-
Provides extra functionality for boolean
data.
- BPSK - Static variable in class com.net2plan.libraries.FlexGridUtils.ModulationFormat
-
BPSK format (optical reach = 9600 km, spectral efficiency = 1 bps/Hz).
- browse(URI) - Static method in class com.net2plan.utils.HTMLUtils
-
Opens a browser for the given URI
.
- buildAuxiliaryNodeDisjointGraph(Graph<Long, Long>, long, long) - Static method in class com.net2plan.libraries.GraphUtils.JGraphTUtils
-
Builds an auxiliary graph for the application of edge-disjoint
shortest-path pair algorithms to node-disjoint problems.
- buildAuxiliaryNodeDisjointGraph(Graph<Long, Long>, long, long) - Static method in class com.net2plan.libraries.GraphUtils.JUNGUtils
-
Builds an auxiliary graph for the application of edge-disjoint
shortest-path pair algorithms to node-disjoint problems.
- buildAuxiliaryNodeDisjointGraph(Graph<Long, Long>, Transformer<Long, Double>, long, long) - Static method in class com.net2plan.libraries.GraphUtils.JUNGUtils
-
Builds an auxiliary graph for the application of edge-disjoint
shortest-path pair algorithms to node-disjoint problems.