From a43ff1f98e9b9814f858bccb11c174b418458491 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 10 Oct 2018 21:45:32 -0400 Subject: big rearrangement of files to make libraries and example (research) files clearer, and changed to c++ std lib random numbers --- lib/graph.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 lib/graph.h (limited to 'lib/graph.h') diff --git a/lib/graph.h b/lib/graph.h deleted file mode 100644 index de06924..0000000 --- a/lib/graph.h +++ /dev/null @@ -1,22 +0,0 @@ - -#pragma once - -#include -#include -#include -#include - -#include "types.h" - -class graph_t { - public: - v_t ne; - v_t nv; - std::vector> v_adj; - std::vector> coordinate; - - graph_t(D_t D, L_t L); - void add_ext(); - -}; - -- cgit v1.2.3-70-g09d2