Report 7, Murat Bozkurt
In this week, I mainly worked on:
- Correcting bug in our first version of code
- Adding new functions on the new implemented version of our code
First of all, there were bugs in our first code and I tried to find them using benchmarks from AIGER web-site. That requires debugging the code and detecting the bug. After detecting it, I corrected some of these bugs.
After that, I worked on our code’s new implementation which was done using linked lists instead of arrays. It requires additional functions and I worked on writing them.
In addition to these, I worked on parallelization of our code’s second version. Parallelization part of two versions are very similar but we had to make some modifications on them. Also, we made some optimizations on them for better efficiency.
In the next week, I will work on parallelization of our code and try to make it fully functional.
Murat Bozkurt