C = nextChain(N)C' = nextChain(C,N)(C,data) = nextChain(cdim,N)C' = nextChain(C,data,cdim,N)This method produces the chains of a chordal network one at a time. It can also iterate only over chains of a specified codimension.
Returns "null" if none.
|
|
|
|
|
|
|
|
We can specify the codimension of the chains.
|
|
|
|
The object nextChain is a method function.
The source of this document is in Chordal/ChordalDoc.m2:1052:0.