assertEquals(10, results.size());
}
public void testTicTacToe() throws IOException
{
GameInformation info = MetaGdl.examineGame("game-defs/tictactoe.kif", parser_);
KnowledgeBase staticKb = new BasicKB();
staticKb.loadWithFacts(info.getAllGrounds());
AbstractReasoner r = new BasicReasoner(staticKb, info.getIndexedRules(), parser_);
Fact initQuestion = Fact.fromExpression(parser_.parse("init ?x"));
// Compute the initial state