exhaustive generation without HOAS and depth limit

This commit is contained in:
Krasimir Angelov
2023-03-11 19:20:54 +01:00
parent 62d24b9431
commit 23c0b322ce
10 changed files with 490 additions and 24 deletions

View File

@@ -794,6 +794,10 @@ PgfExpr PgfParser::fetch(PgfDB *db, PgfUnmarshaller *u, prob_t *prob)
return 0;
}
void PgfParser::free_refs(PgfUnmarshaller *u)
{
}
PgfParser::~PgfParser()
{
free(sentence);