A B C D E F G H I L M N O P R S T U V X Y Z 
All Classes All Packages

U

UniqueLinearProgram - Class in org.networkcalculus.dnc.feedforward
This code is a very direct, step-by-step implementation the the unique linear program (ULP), an optimization formulation derived from the network calculus server graph, first presented in Tight Performance Bounds in the Worst-case Analysis of Feed-forward Networks.
UniqueLinearProgram() - Constructor for class org.networkcalculus.dnc.feedforward.UniqueLinearProgram
 
UniqueLinearProgram(ServerGraph, Flow) - Constructor for class org.networkcalculus.dnc.feedforward.UniqueLinearProgram
 
updateServerAdditionInternally(Server) - Method in class org.networkcalculus.dnc.network.server_graph.ServerGraph
 
use_max_sc - Variable in class org.networkcalculus.dnc.network.server_graph.Server
Whether to use maximum service curves in output bound computation
use_max_sc_output_rate - Variable in class org.networkcalculus.dnc.network.server_graph.Server
Whether to constrain the output bound further through convolution with the maximum service curve's rate as the server cannot output data faster than this rate.
useArrivalBoundsCache() - Method in class org.networkcalculus.dnc.AnalysisConfig
 
useFlowProlongation() - Method in class org.networkcalculus.dnc.AnalysisConfig
 
useMaxSC() - Method in class org.networkcalculus.dnc.network.server_graph.Server
 
useMaxSC(boolean) - Method in class org.networkcalculus.dnc.network.server_graph.Server
 
useMaxScRate() - Method in class org.networkcalculus.dnc.network.server_graph.Server
 
useMaxScRate(boolean) - Method in class org.networkcalculus.dnc.network.server_graph.Server
 
A B C D E F G H I L M N O P R S T U V X Y Z 
All Classes All Packages