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

Method bin

gecode/int/bin-packing/propagate.hpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 Item::Item(void)
42 : s(0) {}
43 forceinline
44 Item::Item(IntView b, int s0)
45 : DerivedView<IntView>(b), s(s0) {}
46
47 forceinline IntView
48 Item::bin(void) const {
49 return x;
50 }
51 forceinline
52 void Item::bin(IntView b) {
53 x = b;

Callers 3

operator ==Function · 0.80
propagateMethod · 0.80
postMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected