Package fr.univartois.cril.jkahypar.hypergraph


package fr.univartois.cril.jkahypar.hypergraph
The fr.univartois.cril.jkahypar.hypergraph package provides the data structures used to represent hypergraphs.
  • Class
    Description
    The AbstractHypergraphBuilder provides a base implementation for HypergraphBuilder.
    The HmetisFormat enumerates the possible hypergraph formats recognized by hMetis.
    The Hyperedge interface defines the contract of the data structures representing the hyperedges of a hypergraph.
    The Hypergraph interface defines the contract of the data structures representing hypergraphs.
    The HypergraphBuilder defines an easy and natural interface for building hypergraphs.
    The UnweightedHyperedge represents a Hyperedge for which no weight is considered.
    The WeightedHyperedge decorates a Hyperedge so as to consider its weight.