AIMA.Core.Logic.Propositional.Algorithms.PLFCEntails.countisZero C# (CSharp) 메소드

countisZero() 개인적인 메소드

private countisZero ( HornClause hornClause ) : bool
hornClause HornClause
리턴 bool
        private bool countisZero(HornClause hornClause)
        {

            return count[hornClause] == 0;
        }