X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2Fclasslist.h;h=3306ffe311b5e148e13824f9f5931109e7961704;hp=14f43f80c57f857c7547a156fe796b3d30ab9054;hb=fa74d0b740b20fa40af55404c5bb99570a8b40ca;hpb=da8edf8ffe23430b414467fb4e35c66c94562356 diff --git a/src/classlist.h b/src/classlist.h index 14f43f8..3306ffe 100644 --- a/src/classlist.h +++ b/src/classlist.h @@ -18,6 +18,9 @@ struct CSolver; typedef struct CSolver CSolver; +struct SATEncoder; +typedef struct SATEncoder SATEncoder; + struct Constraint; typedef struct Constraint Constraint; @@ -36,7 +39,6 @@ typedef struct IncrementalSolver IncrementalSolver; struct Set; typedef struct Set Set; - typedef struct Set MutableSet; typedef struct ElementFunction ElementFunction; @@ -66,6 +68,9 @@ typedef struct ElementEncoding ElementEncoding; struct FunctionEncoding; typedef struct FunctionEncoding FunctionEncoding; +struct OrderEncoding; +typedef struct OrderEncoding OrderEncoding; + struct TableEntry; typedef struct TableEntry TableEntry;