#include #include "test_tools.h" using namespace lemon; void solveAndCheck(Mip& lp, LpSolverBase::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 "<