AIMA.Test.Core.Unit.Logic.Fol.Inference.FOLModelEliminationTest.testFullFOLKBLovesAnimalQueryKillsJackTunaFalse C# (CSharp) Метод

testFullFOLKBLovesAnimalQueryKillsJackTunaFalse() приватный Метод

private testFullFOLKBLovesAnimalQueryKillsJackTunaFalse ( ) : void
Результат void
        public void testFullFOLKBLovesAnimalQueryKillsJackTunaFalse()
        {
            // Note: While the KB expands infinitely, the answer
            // search for this bottoms out indicating the
            // KB does not entail the fact.
            testFullFOLKBLovesAnimalQueryKillsJackTunaFalse(
                    new FOLModelElimination(), false);
        }