networks(deprecated)/countcuts - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : networks(deprecated)/countcuts

networks

  

countcuts

  

counts minimum network cuts of an undirected graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

countcuts(G)

Parameters

G

-

graph or network

Description

• 

Important: The networks package has been deprecated.  Use the superseding package GraphTheory instead.

• 

This procedure computes the number of network cutsets of minimum cardinality in an undirected multigraph.

• 

It is normally loaded via the command with(networks) but may also be referenced using the full name networks[countcuts](...).

Examples

Important: The networks package has been deprecated.  Use the superseding package GraphTheory instead.

withnetworks:

Gpetersen:

countcutsG

2

(1)

K34complete3,4:

countcutsK34

4

(2)

Cyc8new:

addvertexAB,BC,MB,NB,NF,NS,ON,SK,Cyc8

AB,BC,MB,NB,NF,NS,ON,SK

(3)

addedgeCycle,Cyc8:

countcutsCyc8

28

(4)

See Also

GraphTheory

networks(deprecated)[connectivity]

networks(deprecated)[counttrees]