Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dom
Function
dom
gecode/minimodel/dom.cpp:163–166 ·
view source on GitHub ↗
* Domain constraints * */
Source
from the content-addressed store, hash-verified
161
*
162
*/
163
BoolExpr
164
dom(const IntVar& x, int n) {
165
return BoolExpr(new DomExpr<IntVar, int>(x, n));
166
}
167
168
BoolExpr
169
dom(const IntVar& x, int l, int u) {
Callers
4
values
Function · 0.70
apply
Method · 0.70
post
Method · 0.70
post
Function · 0.70
Calls
1
BoolExpr
Class · 0.85
Tested by
no test coverage detected