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

Method assigned

gecode/int/task/man-to-opt.hpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56 template<class ManTask>
57 forceinline bool
58 ManToOptTask<ManTask>::assigned(void) const {
59 return ManTask::assigned() && _m.assigned();
60 }
61
62 template<class ManTask>
63 forceinline ModEvent

Callers 1

eventsMethod · 0.45

Calls 1

assignedFunction · 0.85

Tested by

no test coverage detected