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

Method move_lst

gecode/kernel/data/array.hpp:1235–1238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233
1234 template<class View>
1235 forceinline void
1236 ViewArray<View>::move_lst(int i) {
1237 n--; x[i]=x[n];
1238 }
1239
1240 template<class View>
1241 forceinline void

Callers 11

postMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
ExecStatus prop_nary_maxFunction · 0.45
propagateMethod · 0.45
copyMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected