Class RandomSatSampler

    • Field Summary

      • Fields inherited from class net.sf.tweety.commons.BeliefSetSampler

        DEFAULT_MAXIMUM_BELIEFBASE_LENGTH, DEFAULT_MINIMUM_BELIEFBASE_LENGTH
    • Constructor Summary

      Constructors 
      Constructor Description
      RandomSatSampler​(net.sf.tweety.commons.Signature signature, int k)
      Constructs a new sampler
      RandomSatSampler​(net.sf.tweety.commons.Signature signature, int k, int minLength, int maxLength)
      Constructs a new sampler
    • Constructor Detail

      • RandomSatSampler

        public RandomSatSampler​(net.sf.tweety.commons.Signature signature,
                                int k)
        Constructs a new sampler
        Parameters:
        signature - some signature
        k - the length of each clause
      • RandomSatSampler

        public RandomSatSampler​(net.sf.tweety.commons.Signature signature,
                                int k,
                                int minLength,
                                int maxLength)
        Constructs a new sampler
        Parameters:
        signature - some signature
        k - the length of each clause
        minLength - the minimum length of knowledge bases
        maxLength - the maximum length of knowledge bases