#include "test_tools.h" #include #include #ifdef HAVE_CONFIG_H #include #endif using namespace lemon; void solveAndCheck(MipSolverBase& lp, MipSolverBase::SolutionStatus stat, double exp_opt) { using std::string; lp.solve(); //int decimal,sign; std::ostringstream buf; buf << "Primalstatus should be: " << int(stat)<<" and it is "<