Currently I'm working on my thesis. I'm writing about subgraph isomorphism problem and various algorithms, solving this problem. One of my task is to integrate that problem in a testing framework, developed by my mentor. It's some kind of universal framework, where you define a problem, implement some algorithms, solving the problem, perform some tests, analyze and compare different algorithms...
I've searched the web about similar frameworks, but I haven't found any framework, similar to the one described above. Is there really no such thing as universal framework to define some problem, run algorithms and analyse the results?