add #pragma incomplete to sat.h

This commit is contained in:
aiju 2018-03-18 01:15:07 +00:00
parent c3c7429dc2
commit 9f18b0f388

View file

@ -7,6 +7,10 @@ typedef struct SATBlock SATBlock;
typedef struct SATVar SATVar;
typedef struct SATLit SATLit;
typedef struct SATConflict SATConflict;
#pragma incomplete SATClause
#pragma incomplete SATVar
#pragma incomplete SATLit
#pragma incomplete SATConflict
/* user adjustable parameters */
struct SATParam {