Merge branch 'hamed' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler into...
authorHamed Gorjiara <hgorjiar@uci.edu>
Wed, 18 Jul 2018 23:10:18 +0000 (16:10 -0700)
committerHamed Gorjiara <hgorjiar@uci.edu>
Wed, 18 Jul 2018 23:10:18 +0000 (16:10 -0700)
1  2 
src/AST/boolean.h
src/csolver.h

index 1f218b2cd855fde36aeab02738bfd917cda6dd46,1b5d24dea0b90e32f9ff7c26470cd424f332f5b1..de96bfc4e21a2ad1699132f85e3b5fb934597f1a
@@@ -23,9 -21,9 +23,9 @@@ public
        virtual bool isFalse() {return boolVal == BV_MUSTBEFALSE;}
        Polarity polarity;
        BooleanValue boolVal;
-       Vector<Boolean *> parents;
+       Vector<ASTNode *> parents;
        virtual void updateParents() {}
 -      
 +        uint64_t id;
        CMEMALLOC;
  };
  
diff --cc src/csolver.h
Simple merge