The first prototype for exhaustive generation in the C runtime. The trees are always listed in decreasing probability order. There is also an API for generation from Python

This commit is contained in:
kr.angelov
2012-12-14 15:32:49 +00:00
parent 9ab3a6034d
commit 20aaa4a989
7 changed files with 255 additions and 38 deletions

View File

@@ -111,6 +111,7 @@ libpgf_la_SOURCES = \
pgf/reader.h \
pgf/reader.c \
pgf/linearize.c \
pgf/reasoner.c \
pgf/printer.c \
pgf/pgf.c \
pgf/pgf.h