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

Method notice

gecode/set/branch/merit.hpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 return x.afc() / static_cast<double>(x.unknownSize());
105 }
106 forceinline bool
107 MeritAFCSize::notice(void) const {
108 return false;
109 }
110 forceinline void
111 MeritAFCSize::dispose(Space&) {
112 // Not really needed

Callers 5

nogoods.hppFile · 0.45
inter.hppFile · 0.45
union.hppFile · 0.45
unionConst.hppFile · 0.45
weights.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected