MCPcopy 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

hasTypeFunction · 0.80
minFunction · 0.80
maxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected