2 Commits

Author SHA1 Message Date
1834109040 Change GraphBase::NeighborIterator to use pointer to graph instead of reference
This enables default copy-assignment operator and copy constructor.
Also removed GraphBase::NeighborIterator::operator!=(), since it will be generated from the equality operator.
2025-06-23 20:51:16 +02:00
b71d904770 Refactor Graph class into a template to remove LabelGraph and WeightGraph 2025-06-17 20:50:11 +02:00