-
Notifications
You must be signed in to change notification settings - Fork 2
index
Bluemi edited this page Sep 5, 2025
·
1 revision
The following graph classes are defined:
- SearchGraph: An abstract interface for all graph classes.
- MutableGraph: An abstract base class, that can change by adding/removing vertices.
- SizeBoundedGraph: An implementation of the MutableGraph-class.
- ReadOnlyGraph: Once a MutableGraph is built, you can instantiate a ReadOnlyGraph from it.