summaryrefslogtreecommitdiff
path: root/rst_parser/rst.h
blob: 865871eb52c33a3233ff1e9c699b99f985c77cbf (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _RST_H_
#define _RST_H_

#include "arc_factored.h"

struct StochasticForest {
  explicit StochasticForest(const ArcFactoredForest& af);
};

#endif