Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ncolors
Method
ncolors
examples/steel-mill.cpp:109–109 ·
view source on GitHub ↗
Return number of colors
Source
from the content-addressed store, hash-verified
107
order_t orders(void) const { return _orders; }
108
/// Return number of colors
109
int ncolors(void) const { return _ncolors; }
110
/// Return number of orders
111
int norders(void) const { return _norders; }
112
};
Callers
1
SteelMill
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected