From 305642b5a4a448f4e70ac55a4c9c8f4640eebe49 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 2 Nov 2017 14:57:49 -0600 Subject: [PATCH] older change to sandbox/graphs.md --- sandbox/graphs.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sandbox/graphs.md b/sandbox/graphs.md index 1bf557b..3d7471a 100644 --- a/sandbox/graphs.md +++ b/sandbox/graphs.md @@ -20,9 +20,8 @@ - Unordered set of edges - Edge - - Identified by a 2-tuple of (Vertex, Vertex), with each tuple being - unique within a graph - - Has exactly one attribute value attached + - Identified by a 3-tuple of (Vertex, $val, Vertex), with each tuple + being unique within a graph - Vertex - Has ordered set of in edges