Class BalancedMachineShop

java.lang.Object
org.tweetyproject.logics.pcl.analysis.BalancedMachineShop
All Implemented Interfaces:
BeliefBaseMachineShop

public class BalancedMachineShop extends Object implements BeliefBaseMachineShop
This class implements a consistency restorer using balanced distance minimization, see [Diss, Thimm] for details.
Author:
Matthias Thimm
  • Field Details

    • PRECISIONCULP

      public static final double PRECISIONCULP
      The precision for comparing culpability values.
      See Also:
    • PRECISIONOPT

      public static final double PRECISIONOPT
      The precision for comparing culpability values.
      See Also:
  • Constructor Details

  • Method Details

    • 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.