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

Function shared

gecode/set/rel-op/common.hpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 */
82 template<class View0, class View1, class View2>
83 forceinline bool
84 shared(View0 v0, View1 v1, View2 v2) {
85 return shared(v0,v1) || shared(v0,v2) || shared(v1,v2);
86 }
87
88 template<class View0, class View1, class View2>
89 ExecStatus interCard(Space& home,

Callers 12

propagateMethod · 0.70
propagateMethod · 0.70
inter.hppFile · 0.70
propagateMethod · 0.70
propagateMethod · 0.70
viewarraysharedFunction · 0.70
postMethod · 0.50
postMethod · 0.50
propagateMethod · 0.50
propagateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected