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

Method Construct

test/set/construct.cpp:47–48  ·  view source on GitHub ↗

Create and register test

Source from the content-addressed store, hash-verified

45 public:
46 /// Create and register test
47 Construct(void)
48 : SetTest("Var::Construct",1,IntSet(0,0),false,0) {}
49 /// %Test whether \a x is solution
50 virtual bool solution(const SetAssignment&) const {
51 return true;

Callers

nothing calls this directly

Calls 1

IntSetClass · 0.85

Tested by

no test coverage detected