Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
post
Method · 0.45
post
Method · 0.45
propagate
Method · 0.45
propagate
Method · 0.45
propagate
Method · 0.45
propagate
Method · 0.45
ExecStatus prop_nary_max
Function · 0.45
propagate
Method · 0.45
copy
Method · 0.45
propagate
Method · 0.45
post
Method · 0.45
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected