Packages

p

mathlib.graph

properties

package properties

Type Members

  1. abstract class Edge[T <: Node[_]] extends ProtoEdge[T]

    Represents an abstract edge data structure.

    Represents an abstract edge data structure.

    T

    The type of the vertices.

  2. abstract class HyperEdge[T <: Node[_]] extends ProtoEdge[T]

    Abstract class to represent a basic hyper edge.

    Abstract class to represent a basic hyper edge.

    T

    The type of the vertices that belong to this edge.

  3. trait ProtoEdge[T <: Node[_]] extends AnyRef

    Proto trait for all non-hyper edges.

    Proto trait for all non-hyper edges.

    T

    The type of the vertices that belong to this edge.

  4. trait WeightedEdge extends AnyRef

    Trait for weighted edges.

Ungrouped