Week 5 Report (Jun 30 – Jul 6)
Reporting Week: Jun 30 – Jul 6
Status: On track
What I got done this week:
- Replaced all usage of the custom II_t_rt data structure with standard int64_t types for result handling across the codebase.
- Refactored ordering function interfaces to return std::vector<std::vector<int64_t>> instead of custom types.
- Reduced SQL output columns from 3 to 2 and updated corresponding C function definitions.
- Adjusted function signatures and removed legacy structures.
- Cleaned up pgTap test files to reflect new function return structure.
Plan for Week 6 (Jul 7 – Jul 13):
- Implement kingOrdering and minDegreeOrdering functionality in ordering.hpp.
- Add additional pgTap test cases
- Continue improving test coverage for kingOrdering and minDegreeOrdering.
Am I blocked on anything?
No.
Links
Thank you!