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

Method Wait

test/set/exec.cpp:53–56  ·  view source on GitHub ↗

Create and register test

Source from the content-addressed store, hash-verified

51 public:
52 /// Create and register test
53 Wait(int n, bool sf0)
54 : SetTest("Wait::"+str(n)+"::"+
55 (sf0 ? "std::function" : "funptr"),n,
56 Gecode::IntSet(0,n),false), sf(sf0) {}
57 /// Check whether \a x is solution
58 virtual bool solution(const SetAssignment& x) const {
59 (void) x;

Callers

nothing calls this directly

Calls 1

IntSetClass · 0.85

Tested by

no test coverage detected