summaryrefslogtreecommitdiff
path: root/decoder/lazy.h
blob: 3e71a3b0d20a67affc25b51c9b904cc17e225c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _LAZY_H_
#define _LAZY_H_

#include "weights.h"
#include <vector>

class Hypergraph;

void PassToLazy(const Hypergraph &hg, const std::vector<weight_t> &weights);

#endif // _LAZY_H_