From a7ca2c4f4cd4f6f88c805bf89d9ee6ac55941a89 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Tue, 15 Jul 2014 18:20:49 +0200
Subject: before msgpack
---
fast/hypergraph.hh | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
(limited to 'fast/hypergraph.hh')
diff --git a/fast/hypergraph.hh b/fast/hypergraph.hh
index 24e63f5..e5f91cb 100644
--- a/fast/hypergraph.hh
+++ b/fast/hypergraph.hh
@@ -17,16 +17,18 @@ using namespace std;
typedef double score_t;
typedef double weight_t;
+typedef size_t id_t;
namespace Hg {
+
class Node;
-class Hyperedge {
+class Edge {
public:
- Node* head;
- vector