}
public void testBigMinichess() throws IOException
{
// Load the rules for mini-chess
GameInformation info = MetaGdl.examineGame("game-defs/minichess.kif", parser_);
KnowledgeBase staticKb = new BasicKB();
staticKb.loadWithFacts( info.getAllGrounds() );
List<Implication> rules = info.getRules();
KnowledgeBase volatileKb = new BasicKB();
AbstractReasoner reasoner = new BasicReasoner(staticKb, rules, parser_);