AIMA.Core.Logic.Propositional.Algorithms.PLFCEntails.countisZero C# (CSharp) Method

countisZero() private method

private countisZero ( HornClause hornClause ) : bool
hornClause HornClause
return bool
        private bool countisZero(HornClause hornClause)
        {

            return count[hornClause] == 0;
        }