#ifndef _VDM_H #define _VDM_H #include #include #include #include #include #include using namespace std; bigrational_vector Solve_VDM_GE(const bigrational_vector& Val, const bigrational_vector& RHS); #endif