ShowLinks - Shows the links of a net using Metanet or Scigraph
Similar to ShowNet but it doesn't show the demands, it only shows the links of %net that verify the conditions given by the parameters (see ShowNet). If a demand is indicated, then the flow shown is the corresponding to that demand.
%net=TrafficExample('Steenbrink'); %net.gp.algorithm='AON'; TrafficAssig(); ShowLinks() // Shows the net ShowLinks('used','between',3000,6000,0,0,3) // Shows the net with the flow corresponding to demand 3, // the light blue arcs are not used by the commodity 3 // but by other commodities. The width corresponds to // the flow of the commodity 3. The arcs not shown have // total flow less than 3000 or greater than 6000.