AIMA.Core.Logic.Propositional.Visitors.CNFClauseGatherer.CNFClauseGatherer C# (CSharp) 메소드

CNFClauseGatherer() 공개 메소드

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