| 325 | static_cast<BranchInformationO*>(object())->add(bg,rel0,rel1,n); |
| 326 | } |
| 327 | void |
| 328 | BranchInformation::print(const Brancher& b, unsigned int a, int i, |
| 329 | int n, std::ostream& o) const { |
| 330 | static_cast<const BranchInformationO*>(object())->print(b,a,i,n,o); |
| 331 | } |
| 332 | #ifdef GECODE_HAS_FLOAT_VARS |
| 333 | void |
| 334 | BranchInformation::print(const Brancher& b, unsigned int a, int i, |
no test coverage detected