Welcome to mirror list, hosted at ThFree Co, Russian Federation.

WeightedDirectedGraph.h « src « moses - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b86683a2fc60d07007e252d90db8107be190ba82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//
//  WeightedDirectedGraph.h
//  moses
//
//  Created by Hieu Hoang on 30/10/2011.
//  Copyright 2011 __MyCompanyName__. All rights reserved.
//

#ifndef moses_WeightedDirectedGraph_h
#define moses_WeightedDirectedGraph_h

namespace Moses {

class WeightedDirectedGraphNode
{

  
};

class WeightedDirectedGraph
{
  
  
};

}
#endif