MCPcopy Create free account
hub / github.com/Gecode/gecode / nlfe

Method nlfe

gecode/minimodel/float-expr.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 NonLinFloatExpr*
138 LinFloatExpr::nlfe(void) const {
139 return n->t == NT_NONLIN ? n->sum.ne : nullptr;
140 }
141
142 FloatVal
143 LinFloatExpr::Node::fill(Home home,

Callers 3

hasTypeFunction · 0.80
minFunction · 0.80
maxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected