/*++ Copyright (c) 2014 Microsoft Corporation Module Name: simplex.h Abstract: Multi-precision simplex tableau. Author: Nikolaj Bjorner (nbjorner) 2014-01-15 Notes: --*/ #include "math/simplex/simplex.h" #include "math/simplex/sparse_matrix_def.h" #include "math/simplex/simplex_def.h" namespace simplex { template class simplex; template class simplex; };