assertEquals( 18, init.size() );
RelationNameProcessor processor = new RelationNameProcessor(parser_.TOK_TRUE);
for ( GroundFact f : init )
volatileKb.setTrue ( processor.processFact(f) );
// Find out how many legal moves there are
List<GroundFact> legal = reasoner.getAllAnswers( makeFact( "legal white ?x" ),
context );