... | ... |
@@ -51,5 +51,6 @@ |
51 | 51 |
if (stat == MipSolver::OPTIMAL) { |
52 | 52 |
std::ostringstream sbuf; |
53 |
|
|
53 |
sbuf << "Wrong optimal value ("<< mip.solValue() |
|
54 |
<<" instead of " << exp_opt << ")"; |
|
54 | 55 |
check(std::abs(mip.solValue()-exp_opt) < 1e-3, sbuf.str()); |
55 | 56 |
//+ecvt(exp_opt,2) |
0 comments (0 inline)