X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2Fclasslist.h;h=d232592fef332c3d58cbe6670569f3e03ce0cfe0;hp=b53e0312cf7ee93e3aff5c86984eabda5abbef70;hb=7756da62dfcdbcbf306ca00ab3aee531ccb3324d;hpb=35ae27b48376374ffc686be246d56ac7665b3a81 diff --git a/src/classlist.h b/src/classlist.h index b53e031..d232592 100644 --- a/src/classlist.h +++ b/src/classlist.h @@ -22,6 +22,11 @@ typedef struct CSolver CSolver; struct Constraint; typedef struct Constraint Constraint; +typedef struct BooleanOrder BooleanOrder; +typedef struct BooleanVar BooleanVar; +typedef struct BooleanLogic BooleanLogic; +typedef struct BooleanComp BooleanComp; + struct Boolean; typedef struct Boolean Boolean; @@ -54,11 +59,8 @@ typedef struct ElementEncoding ElementEncoding; struct FunctionEncoding; typedef struct FunctionEncoding FunctionEncoding; -typedef enum ArithOp ArithOp; -typedef enum LogicOp LogicOp; -typedef enum CompOp CompOp; -typedef enum OrderType OrderType; -typedef enum OverFlowBehavior OverFlowBehavior; +struct TableEntry; +typedef struct TableEntry TableEntry; typedef unsigned int uint; typedef uint64_t VarType;