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

Function edgefinding

gecode/int/unary/edge-finding.hpp:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63 template<class Task>
64 ExecStatus
65 edgefinding(Space& home, TaskArray<Task>& t) {
66 TaskViewArray<typename TaskTraits<Task>::TaskViewFwd> f(t);
67 GECODE_ES_CHECK(edgefinding(home,f));
68 TaskViewArray<typename TaskTraits<Task>::TaskViewBwd> b(t);
69 return edgefinding(home,b);
70 }
71
72}}}
73

Callers 2

propagateMethod · 0.70
propagateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected