Move all subroutines in star_coloring and acyclic_coloring#239
Move all subroutines in star_coloring and acyclic_coloring#239amontoison wants to merge 1 commit intomainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #239 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 1785 1775 -10
=========================================
- Hits 1785 1775 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I disagree, there are two purposes to the subroutines:
Our code does not have to exactly mirror the paper. When I suggested presenting just one algorithm (the main loop), I meant we could keep the subroutines as subroutines, without recursing into them. I didn't mean they should be unrolled into a giant pseudocode, and thus I don't think we should unroll in our code either. Not to mention it mirrors the structure of the original paper. |
|
It's fine for me. It was just a suggestion. |
For the paper, I explained
star_coloringandacyclic_coloringas one algorithm without the subroutines.Based on our modifications and the additional arguments passed to the subroutines, I am wondering if it might be more relevant to keep just two functions.