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

Method LinFloatExpr

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

Source from the content-addressed store, hash-verified

130 */
131
132 LinFloatExpr::LinFloatExpr(const LinFloatExpr& e)
133 : n(e.n) {
134 n->use++;
135 }
136
137 NonLinFloatExpr*
138 LinFloatExpr::nlfe(void) const {

Callers

nothing calls this directly

Calls 2

checkFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected