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

Method t

test/int/exec.cpp:169–171  ·  view source on GitHub ↗

Then-function to be executed

Source from the content-addressed store, hash-verified

167 }
168 /// Then-function to be executed
169 static void t(Gecode::Space& home) {
170 home.fail();
171 }
172 /// Else-function to be executed
173 static void e(Gecode::Space& home) {
174 (void) home;

Callers

nothing calls this directly

Calls 1

failMethod · 0.45

Tested by

no test coverage detected