Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ LinIntExpr
Method
LinIntExpr
gecode/minimodel/int-expr.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
*/
139
140
LinIntExpr::LinIntExpr(const LinIntExpr& e)
141
: n(e.n) {
142
n->use++;
143
}
144
145
int
146
LinIntExpr::Node::fill(Home home, const IntPropLevels& ipls,
Callers
nothing calls this directly
Calls
2
check
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected