Class UndirectedSimpleGraph<V>

  • All Implemented Interfaces:
    UndirectedGraph<V>

    public class UndirectedSimpleGraph<V>
    extends java.lang.Object
    implements UndirectedGraph<V>
    No self-edges, no arc weights. Quadratic implementation. Supports negation.
    Author:
    sleemans
    • Constructor Detail

      • UndirectedSimpleGraph

        public UndirectedSimpleGraph​(java.lang.Class<?> clazz,
                                     java.util.Collection<V> vertices)