about summary refs log tree commit diff
path: root/sourcecodes/k-best/src/reg.h
blob: 2422f2e52dc663885a823022f3fc56c016dc96fd (plain)
1
2
3
4
5
6
7
#ifndef __REG_H__
#define __REG_H__
#include "cfg.h"

extern score_t reg(int N, int K);

#endif