#ifndef __FACT_H__ #define __FACT_H__ #include "predicate.h" #include #include using namespace std; class fact { public: vector pred_facts; }; #endif