Changeset 748:4792459983d0 in lemon-main for test
- Timestamp:
- 09/27/09 09:47:20 (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mip_test.cc
r631 r748 51 51 if (stat == MipSolver::OPTIMAL) { 52 52 std::ostringstream sbuf; 53 buf << "Wrong optimal value: the right optimum is " << exp_opt; 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)
Note: See TracChangeset
for help on using the changeset viewer.