Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ singleton
Function
singleton
gecode/minimodel/set-expr.cpp:690–693 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
688
return SetExpr(l,SetExpr::NT_INTER,-r);
689
}
690
SetExpr
691
singleton(const LinIntExpr& e) {
692
return SetExpr(e);
693
}
694
695
SetExpr
696
inter(const SetVarArgs& x) {
Callers
8
eval
Function · 0.50
post
Method · 0.50
post
Method · 0.50
Golf
Method · 0.50
QueenArmies
Method · 0.50
Steiner
Method · 0.50
tight
Method · 0.50
singleton
Method · 0.50
Calls
1
SetExpr
Class · 0.85
Tested by
no test coverage detected