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

Method drop_lst

gecode/kernel/data/array.hpp:1248–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246
1247 template<class View>
1248 forceinline void
1249 ViewArray<View>::drop_lst(int i) {
1250 assert(i<n);
1251 n = i+1;
1252 }
1253
1254 template<class View>
1255 forceinline void

Callers 8

postMethod · 0.80
copyMethod · 0.80
propagateMethod · 0.80
postMethod · 0.80
propagateMethod · 0.80
postMethod · 0.80
copyMethod · 0.80
postMethod · 0.80

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected