initial
[prop.git] / app / willard / phase5.ph
blob66aa248bcd48d8159de07c5ee0cd4ce3e64bdbfd
1 #ifndef phase5_h
2 #define phase5_h
4 #include "paige.ph"
6 ///////////////////////////////////////////////////////////////////////////////
7 //
8 //   This class implements the simple find/count query decomposition phase
9 //
10 ///////////////////////////////////////////////////////////////////////////////
11 rewrite class Phase5 (Exp, List<Exp>, Literal) : virtual public PaigeGoyal
12 {  
13 public:
14             Phase5();
15    virtual ~Phase5();
17    virtual Exp phase5(Exp);
20 #endif