X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2Fclasslist.h;h=237d529be962f45906e0fc00918247152f05e74b;hp=6de8bcf372c7bff7583bd22f226fe47b56c03d4e;hb=c507619d06bc6fbddc5fc26016be9bb47daa0ae0;hpb=5249fbe7415e60c2e0411c64031d8a60aa7cd09f diff --git a/src/classlist.h b/src/classlist.h index 6de8bcf..237d529 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; @@ -35,7 +38,6 @@ typedef struct IncrementalSolver IncrementalSolver; struct Set; typedef struct Set Set; - typedef struct Set MutableSet; struct Element; @@ -62,6 +64,9 @@ typedef struct ElementEncoding ElementEncoding; struct FunctionEncoding; typedef struct FunctionEncoding FunctionEncoding; +struct OrderEncoding; +typedef struct OrderEncoding OrderEncoding; + struct TableEntry; typedef struct TableEntry TableEntry;