Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ nodes
Method
nodes
gecode/int/bin-packing/conflict-graph.hpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
namespace Gecode { namespace Int { namespace BinPacking {
40
41
forceinline int
42
ConflictGraph::nodes(void) const {
43
return b.size();
44
}
45
46
forceinline
47
ConflictGraph::NodeSet::NodeSet(void) {}
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected