This commit is contained in:
2025-10-08 14:38:28 +02:00
parent 720f497b64
commit 679b597f92
+1
View File
@@ -1,3 +1,4 @@
// TODO: Vertex (and Incidence?) should be references of Graph data, not plain indices into the internal (Vec) data structures.
// TODO: Vertex value must not be public. // TODO: Vertex value must not be public.
#[derive(Copy, Clone, PartialEq, Eq, Debug)] #[derive(Copy, Clone, PartialEq, Eq, Debug)]
pub struct Vertex(pub usize); pub struct Vertex(pub usize);