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

Method post

gecode/int/unary/man-prop.hpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 template<class ManTask, class PL>
47 forceinline ExecStatus
48 ManProp<ManTask,PL>::post(Home home, TaskArray<ManTask>& t) {
49 if (t.size() > 1)
50 (void) new (home) ManProp<ManTask,PL>(home,t);
51 return ES_OK;
52 }
53
54 template<class ManTask, class PL>
55 Actor*

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected