Interface BeliefBaseMachineShop

  • Method Summary

    Modifier and Type
    Method
    Description
    repair(BeliefBase beliefBase)
    Repairs the given belief base, i.e.
  • Method Details

    • repair

      BeliefBase repair(BeliefBase beliefBase)
      Repairs the given belief base, i.e. restores consistency.
      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.