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

Method varimp

gecode/kernel/view.hpp:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 }
397 template<class View>
398 forceinline typename View::VarImpType*
399 ConstView<View>::varimp(void) const {
400 return nullptr;
401 }
402#ifdef GECODE_HAS_CBS
403 template<class View>
404 forceinline unsigned int

Callers 4

operator <Method · 0.45
operator ==Function · 0.45
operator !=Function · 0.45
sharedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected