add #pragma incomplete to sat.h
This commit is contained in:
parent
c3c7429dc2
commit
9f18b0f388
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue