MCPcopy 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

checkFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected