Pop a flow from the traffic matrix and return the volume of the flow removed. If the flow to remove does not exist, a KeyError is raised.
Parameters: | origin : any hashable type
destination : any hashable type
|
---|---|
Returns: | volume : float
|
Raises: | KeyError: :
|