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

Method size

test/int.hpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 Assignment::Assignment(int n0, const Gecode::IntSet& d0)
44 : n(n0), d(d0) {}
45 inline int
46 Assignment::size(void) const {
47 return n;
48 }
49 inline
50 Assignment::~Assignment(void) {}
51

Callers 15

float.cppFile · 0.45
TestSpaceMethod · 0.45
dropUntilMethod · 0.45
assignedMethod · 0.45
matchAssignmentMethod · 0.45
assignMethod · 0.45
boundMethod · 0.45
cutMethod · 0.45
pruneMethod · 0.45
propagatorsMethod · 0.45
runMethod · 0.45
strMethod · 0.45

Calls

no outgoing calls

Tested by 5

TestSpaceMethod · 0.36
strMethod · 0.36
TestSpaceMethod · 0.36
next_batchMethod · 0.36
runMethod · 0.36