Test function for tie-break limit function
| 59 | |
| 60 | /// Test function for tie-break limit function |
| 61 | double tbl(const Gecode::Space&, double w, double b) { |
| 62 | return (w + (b-w)/2.0); |
| 63 | } |
| 64 | |
| 65 | /// Space for executing integer tests |
| 66 | class IntTestSpace : public Gecode::Space { |
no outgoing calls
no test coverage detected