Class FruchtGeometry

Object
AbstractGeometry
FruchtGeometry

public class FruchtGeometry extends AbstractGeometry
Frucht graph implementation.
See Also:
  • Constructor Details

    • FruchtGeometry

      public FruchtGeometry(EvoLudo engine)
      Create a Frucht-graph geometry coordinated by the supplied engine.
      Parameters:
      engine - EvoLudo pacemaker
  • Method Details

    • init

      public void init()
      Generates the Frucht graph, the smallest regular graph without any symmetries (a cubic graph with \(12\) nodes and no automorphisms apart from the identity).
      Specified by:
      init in class AbstractGeometry
      See Also:
    • checkSettings

      protected boolean checkSettings()
      Description copied from class: AbstractGeometry
      Hook for subclasses to implement geometry specific checks.
      Overrides:
      checkSettings in class AbstractGeometry
      Returns:
      true if adjustments require a reset