Exemplo n.º 1
0
 internal static string CheckJudgedFile(string path)
 {
     return(AbstractCommand.CheckFile(path, "Known judgments"));
 }
Exemplo n.º 2
0
 internal static string CheckEstimatedFile(string path)
 {
     return(AbstractCommand.CheckFile(path, "Estimated judgments"));
 }
Exemplo n.º 3
0
 // Check CLI options
 internal static string CheckInputFile(string path)
 {
     return(AbstractCommand.CheckFile(path, "Input"));
 }