// Main intersection loop #ifndef _qi_inter_h_ #define _qi_inter_h_ /** rpl */ #include /** QI */ #include using namespace std; using namespace rpl; // Enter namespace QI namespace QI { // The main intersection procedure quad_inter intersection(const bigint_matrix &q1, const bigint_matrix &q2, const int opt_level, ostream &s); } // end of namespace QI #endif