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

Method size

gecode/kernel/branch/afc.hpp:112–116  ·  view source on GitHub ↗

* AFC * */

Source from the content-addressed store, hash-verified

110 *
111 */
112 forceinline int
113 AFC::size(void) const {
114 assert(n >= 0);
115 return n;
116 }
117
118 forceinline
119 AFC::AFC(void) : n(-1) {}

Callers 5

afc.hppFile · 0.45
initMethod · 0.45
view.hppFile · 0.45
tiesMethod · 0.45
selectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected