Click or drag to resize

Cycles Class

Cycles
Inheritance Hierarchy
SystemObject
  GraphLibraryCycles

Namespace:  GraphLibrary
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public class Cycles

The Cycles type exposes the following members.

Constructors
  NameDescription
Public methodCycles
Initializes a new instance of the Cycles class
Top
Methods
  NameDescription
Public methodCycleBasis
Returns a list of cycles which form a basis for cycles of G. A basis for cycles of a network is a minimal collection of cycles such that any cycle in the network can be written as a sum of cycles in the basis.Here summation of cycles is defined as "exclusive or" of the edges.Cycle bases are useful, e.g.when deriving equations for electric circuits using Kirchhoff's Laws.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also