Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ng
Method
ng
gecode/kernel/core.hpp:3083–3086 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3081
NoGoods::NoGoods(void)
3082
: n(0) {}
3083
forceinline unsigned long int
3084
NoGoods::ng(void) const {
3085
return n;
3086
}
3087
forceinline void
3088
NoGoods::ng(unsigned long int n0) {
3089
n=n0;
Callers
2
post
Method · 0.80
next
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected