MCPcopy Create free account
hub / github.com/Gecode/gecode / operator ()

Method operator ()

gecode/flatzinc/branch.hpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 MeritMaxAFC::MeritMaxAFC(Space&, MeritMaxAFC& m)
169 : iafc(m.iafc), bafc(m.bafc) {}
170 forceinline double
171 MeritMaxAFC::operator ()(Int::IntView x, int) const {
172 return x.afc();
173 }
174 forceinline double
175 MeritMaxAFC::operator ()(Int::BoolView x, int) const {
176 return x.afc();

Callers

nothing calls this directly

Calls 2

afcMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected