- Place in programe arguments an arg with path to config file or left empty and use default config if exists,
Config file should contain info about input file or dir path ( if need test more than one instance ), output file path and valid JSON line. JSON line can contains elements like: {"checkAllNodes":
bolean
, nodesList:int[]
"permutations":int
, "maxDuration":int
, "repeatNumber":int
, "print":bool
}
./data/data.txt
./output/output.txt
{"checkAllNodes": true, "permutations": 5000, "maxDuration": 600000, "repeatNumber": 10, "print": false}