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

Function include

gecode/int/sequence/set-op.hpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 /// Prune view \a x to only include values from \a s
121 template<class View>
122 forceinline ModEvent
123 include(Space& home, View& x, int s) {
124 return x.eq(home,s);
125 }
126 /// Prune view \a x to only include values from \a s
127 template<class View>
128 forceinline ModEvent

Callers 3

includeMethod · 0.85
includeIMethod · 0.85
concludeMethod · 0.85

Calls 2

eqMethod · 0.45
inter_rMethod · 0.45

Tested by

no test coverage detected