MCPcopy Create free account
hub / github.com/Gecode/gecode / operator <

Function operator <

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

For sorting according to size

Source from the content-addressed store, hash-verified

79
80 /// For sorting according to size
81 forceinline bool
82 operator <(const Item& i, const Item& j) {
83 return i.size() > j.size();
84 }
85
86
87 /*

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected