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

Function detectable

gecode/int/unary/detectable.hpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60 template<class ManTask>
61 ExecStatus
62 detectable(Space& home, TaskArray<ManTask>& t) {
63 TaskViewArray<typename TaskTraits<ManTask>::TaskViewFwd> f(t);
64 GECODE_ES_CHECK(detectable(home,f));
65 TaskViewArray<typename TaskTraits<ManTask>::TaskViewBwd> b(t);
66 return detectable(home,b);
67 }
68
69
70 template<class OptTaskView, class PL>

Callers 1

propagateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected