Main code is just a mess and this PR fix some of this by creating functions to a modular architecture whereas these fuctions represents some of the main ideas of the framework.
Modular Architecture of cbdgen
Objectives
[x] Make a function module for extraction of complexity values;
[x] Make a function module for the generation of instances;
[x] Make a function module for the search-engine process;
[x] Make a main function;
[ ] Make sure that all functionalities are working as fine as it could be.
Quick Details
Main code is just a mess and this PR fix some of this by creating functions to a modular architecture whereas these fuctions represents some of the main ideas of the framework.
Modular Architecture of
cbdgen
Objectives