MCPcopy Create free account
hub / github.com/Gecode/gecode / tbl

Function tbl

test/branch.cpp:61–63  ·  view source on GitHub ↗

Test function for tie-break limit function

Source from the content-addressed store, hash-verified

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 {

Callers 3

view-sel.hppFile · 0.85
tiesMethod · 0.85
brkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected