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

Method run

test/ldsb.cpp:1181–1187  ·  view source on GitHub ↗

Perform actual tests

Source from the content-addressed store, hash-verified

1179 LDSBLatin(std::string label) : Test::Base("LDSB::" + label) {}
1180 /// Perform actual tests
1181 bool run(void) {
1182 Latin *s = new Latin();
1183 DFS<Latin> e(s);
1184 bool r = check(e, Latin::expectedSolutions());
1185 delete s;
1186 return r;
1187 }
1188 };
1189
1190 /* This test should fail if the recomputation-handling does not work

Callers

nothing calls this directly

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected