summaryrefslogtreecommitdiff
path: root/decoder/hg_intersect.h
blob: 19c1c177005984810ea6c84b87f96bc7b128a107 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef HG_INTERSECT_H_
#define HG_INTERSECT_H_

#include "lattice.h"

class Hypergraph;
namespace HG {
  bool Intersect(const Lattice& target, Hypergraph* hg);
};

#endif