Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.45
init
Method · 0.45
view.hpp
File · 0.45
ties
Method · 0.45
select
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected