Class MinimalViolationEuclideanMachineShop

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.slf4j.Logger log
      Logger.
    • Method Summary

      Modifier and Type Method Description
      BeliefBase repair​(BeliefBase beliefBase)
      Repairs the given belief base, i.e.
      protected abstract BeliefBase repair​(PclBeliefSet beliefSet)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        protected static org.slf4j.Logger log
        Logger.
    • Constructor Detail

      • MinimalViolationEuclideanMachineShop

        public MinimalViolationEuclideanMachineShop()
    • Method Detail

      • repair

        public BeliefBase repair​(BeliefBase beliefBase)
        Description copied from interface: BeliefBaseMachineShop
        Repairs the given belief base, i.e. restores consistency.
        Specified by:
        repair in interface BeliefBaseMachineShop
        Parameters:
        beliefBase - a possibly inconsistent belief base.
        Returns:
        a consistent belief base that is as close as possible to the given belief base. NOTE: if the given belief base is consistent this method is expected to return it unmodified.