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

Method cost

gecode/int/sequence/int.hpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149 template<class View, class Val>
150 PropCost
151 Sequence<View,Val>::cost(const Space&, const ModEventDelta&) const {
152 return PropCost::cubic(PropCost::HI,x.size());
153 }
154
155 template<class View, class Val>
156 void

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected