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

Method id

gecode/kernel/view.hpp:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402#ifdef GECODE_HAS_CBS
403 template<class View>
404 forceinline unsigned int
405 ConstView<View>::id(void) const {
406 return 0;
407 }
408#endif
409 template<class View>
410 forceinline bool

Callers 15

doubleChoiceMethod · 0.45
tripleChoiceMethod · 0.45
addMethod · 0.45
detachMethod · 0.45
returnWorkMethod · 0.45
addMethod · 0.45
printMethod · 0.45
initMethod · 0.45
pruneMethod · 0.45
fixMethod · 0.45
failMethod · 0.45
doneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected