Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ orders
Method
orders
examples/steel-mill.cpp:107–107 ·
view source on GitHub ↗
Return orders
Source
from the content-addressed store, hash-verified
105
int* loss(void) const { return _loss; }
106
/// Return orders
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
Callers
1
SteelMill
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected