AIMA.Core.Logic.Propositional.Algorithms.PLFCEntails.PLFCEntails C# (CSharp) Méthode

PLFCEntails() public méthode

public PLFCEntails ( ) : System
Résultat System
        public PLFCEntails()
        {
            count = new Dictionary<HornClause, int>();
            _inferred = new Dictionary<Symbol, bool>();
            agenda = new Stack<Symbol>();
        }