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

Method size

gecode/flatzinc/flatzinc.cpp:145–147  ·  view source on GitHub ↗

Report size occupied

Source from the content-addressed store, hash-verified

143 : Gecode::Choice(b,1), fail(fail0) {}
144 /// Report size occupied
145 virtual size_t size(void) const {
146 return sizeof(Choice);
147 }
148 /// Archive into \a e
149 virtual void archive(Archive& e) const {
150 Gecode::Choice::archive(e);

Callers 15

operator()Method · 0.45
statusMethod · 0.45
addMethod · 0.45
vs2isFunction · 0.45
FlatZincSpaceMethod · 0.45
newIntVarMethod · 0.45
newSetVarMethod · 0.45
operator()Method · 0.45
postConstraintsMethod · 0.45
flattenAnnotationsFunction · 0.45
createBranchersMethod · 0.45
getDomainsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected