AIMA.Core.Logic.Propositional.Visitors.CNFClauseGatherer.CNFClauseGatherer C# (CSharp) Méthode

CNFClauseGatherer() public méthode

public CNFClauseGatherer ( ) : System
Résultat System
        public CNFClauseGatherer()
        {
            detector = new AndDetector();
        }