Skip to content

Sequential final version

Latest
Compare
Choose a tag to compare
@FranciscoQuero FranciscoQuero released this 08 Jan 17:03
· 1 commit to master since this release

Fully functional version that allows you to modify the parameters "file to read" and "number of iterations" through the command line when running the application.

Another improvements were made such as a better refactor, including a makefile, a more complete output and many more!

This is the final sequential version that I'll submit to my subject project, but that doesn't mean that it's fully complete. There are some incoherences such as broken clean code and clean architecture rules, possible efficiency improvements, etc.

Next step will be to use the OMP libraries to parallelize the Heuristic algorithm and the Cost calculation.