How to use the traverse scripts to parse the output from experiments run on HTCondor
------------------------------------------

Simply proceed in the output folder to the folder of one the experiments. For example "LogK". There, proceed to the folder "cobra". 
Now, you may execute the scripts like this: 


python2 traversePythonLogK.py /results/hyperbench/BalancedGo-1.05-width2-n1 >> run.csv

This will traverse all output files of all tests in the chosen folder. Note that this call needs to repeated for the tests from width3, width4, etc. 

All the information in the parsedata_sql and parseddata_csv folders was generated by these scripts. 

Note that depending on the decomposition method (htdLEO, LogKHybrid or LogKDecomp, or NewDetK) you need to choose an appropriate python script, according to its name. 
