public String getRulesDirectoryFile() { return "DTRules.xml"; }
public static void main(String[] args) throws Exception {
CompileSudoku.main(null);
ITestHarness t = new TestSudoku();
t.runTests();
String fields[] = { "table number" };
t.writeDecisionTables("tables",fields,true,10);
}