senses in the C runtime

This commit is contained in:
Krasimir Angelov
2018-11-03 09:13:13 +01:00
parent bf5abe2948
commit 0db213f993
8 changed files with 139 additions and 87 deletions

View File

@@ -119,7 +119,6 @@ typedef struct {
PgfFlags* aflags;
PgfAbsFuns* funs;
PgfAbsCats* cats;
PgfAbsFun* abs_lin_fun;
PgfEvalGates* eval_gates;
} PgfAbstr;
@@ -262,8 +261,8 @@ typedef struct {
typedef GuSeq PgfSequences;
typedef struct {
PgfAbsFun* absfun;
PgfExprProb *ep;
GuSeq* absfuns;
prob_t prob;
int funid;
size_t n_lins;
PgfSequence* lins[];