Age | Commit message (Expand) | Author |
---|---|---|
2024-07-27 | iterate now returns a tuple of the three fractions worked on | Aryadev Chavali |
2024-07-26 | NodeAllocator constructor now reserves space in vector | Aryadev Chavali |
2024-07-26 | NodeAllocator can now get nodes by value or by reference | Aryadev Chavali |
2024-07-26 | Changed from int64_t to optional<word_t> for pointers in Node | Aryadev Chavali |
2024-07-26 | `iterate` now computes highest value fraction it generated. | Aryadev Chavali |
2024-07-26 | Introduce normalised value in fraction class | Aryadev Chavali |
2024-07-26 | Implemented numerics in numerics.cpp | Aryadev Chavali |