AIMA.Core.Logic.Propositional.Visitors.CNFClauseGatherer.CNFClauseGatherer C# (CSharp) Method

CNFClauseGatherer() public method

public CNFClauseGatherer ( ) : System
return System
        public CNFClauseGatherer()
        {
            detector = new AndDetector();
        }