sfaLP module¶
- class panco.fifo.sfaLP.SfaLP(network: Network, filename='sfa.lp')¶
Bases:
object
- property all_delays: List[float]¶
Returns the delay bounds for all the flows
- Returns:
the list of delay bounds
- delay(foi)¶
Returns the delay bound for flow foi
- Parameters:
foi – the flow of interest
- Returns:
the delay bound of foi
- property ff_equiv: Network¶
The equivalent network: all the arrival curves of the flows at each server
- Returns:
the equivalent network
- sfa_variables(file)¶
Writes the constraints (on the bursts propagated at each server for each flow
- Parameters:
file – the file where the constraints are written
- Returns:
None