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

Function d

gecode/support/thread/thread.hpp:39–41  ·  view source on GitHub ↗

* Runnable objects */

Source from the content-addressed store, hash-verified

37 * Runnable objects
38 */
39 forceinline
40 Runnable::Runnable(bool d0)
41 : d(d0) {}
42 forceinline void
43 Runnable::todelete(bool d0) {
44 d=d0;

Callers 5

printMethod · 0.50
permutationMethod · 0.50
propagateMethod · 0.50
propagateMethod · 0.50
pruneMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected