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

Method linear2

gecode/minimodel/ipl.hpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 _ite(ipl) {}
45
46 inline IntPropLevel
47 IntPropLevels::linear2(void) const {
48 return _linear2;
49 }
50 inline IntPropLevels&
51 IntPropLevels::linear2(IntPropLevel ipl) {
52 _linear2=ipl; return *this;

Callers 1

postMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected