Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ nle
Method
nle
gecode/minimodel/int-expr.cpp:358–361 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
NonLinIntExpr*
359
LinIntExpr::nle(void) const {
360
return n->t == NT_NONLIN ? n->sum.ne : nullptr;
361
}
362
363
LinIntExpr::LinIntExpr(void) :
364
n(new Node) {
Callers
3
hasType
Function · 0.80
min
Function · 0.80
max
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected