Bug fix for removing must edges...They also need to update constraints
[satune.git] / src / AST / astops.h
index d4e185d1498483d944fd4852c14f827fae8c5cdd..c385ba5c4fd93d388f3d848b31ca441755cd9ac2 100644 (file)
@@ -17,6 +17,8 @@ typedef enum Polarity Polarity;
 enum BooleanValue {BV_UNDEFINED=0, BV_MUSTBETRUE=1, BV_MUSTBEFALSE=2, BV_UNSAT=3};
 typedef enum BooleanValue BooleanValue;
 
+extern const char *elemEncTypeNames[];
+
 enum ElementEncodingType {
        ELEM_UNASSIGNED, ONEHOT, UNARY, BINARYINDEX, BINARYVAL
 };