Class CnfSampler

    • Constructor Detail

      • CnfSampler

        public CnfSampler​(Signature signature,
                          double maxVariableRatio)
        Creates a new sampler for the given signature.
        Parameters:
        signature - a signature
        maxVariableRatio - the maximum ratio (a value between 0 and 1) of variables of the signature appearing in some formula.
      • CnfSampler

        public CnfSampler​(Signature signature,
                          double maxVariableRatio,
                          int minLength,
                          int maxLength)
        Creates a new sampler for the given signature.
        Parameters:
        signature - a signature
        maxVariableRatio - the maximum ratio (a value between 0 and 1) of variables of the signature appearing in some formula.
        minLength - the minimum length of knowledge bases
        maxLength - the maximum length of knowledge bases