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

Method name

test/nogoods.cpp:104–106  ·  view source on GitHub ↗

Return name

Source from the content-addressed store, hash-verified

102 }
103 /// Return name
104 static std::string name(void) {
105 return "Queens";
106 }
107 /// Return name for branching
108 static std::string val(IntValBranch ivb) {
109 switch (ivb.select()) {

Callers 4

mainFunction · 0.45
operator()Method · 0.45
run_testFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

operator()Method · 0.36
run_testFunction · 0.36
mainFunction · 0.36