Transport/flow network in GAP

55 Views Asked by At

How to define a transport network in GAP? I can't seem to find a single function related to transport networks or flows in general in the GAP-GRAPE manual. I'd be content with just manually adding weighted edges in directed graphs but the best I found was adding weights to vertices, something I don't think could help me. Thanks in advance!