Class STNU.STNUPhaseStatistics

java.lang.Object
it.univr.di.cstnu.algorithms.STNU.STNUPhaseStatistics
Enclosing class:
STNU

public static final class STNU.STNUPhaseStatistics extends Object
Collects per-phase execution statistics (time and edge counts by category) for STNU.applyMDE() and STNU.applyFD_STNUPlusMinimization(). TEMPORARY: this whole class and every reference to it are marked with the PHASE-STATS comment so that they can be grep-removed once the study is complete.
Version:
$Rev: 1190 $
Author:
Roberto Posenato
  • Constructor Details

    • STNUPhaseStatistics

      STNUPhaseStatistics(@Nonnull STNU.STNUPhaseStatistics other)
      Creates an independent copy of the collected phase rows.
      Parameters:
      other - statistics to copy.
    • STNUPhaseStatistics

      STNUPhaseStatistics()
      Creates an empty statistics collection.
  • Method Details