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

Method copy

gecode/set/ldsb/brancher.hpp:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 template<class View, int n, class Val, unsigned int a,
247 class Filter, class Print>
248 Actor*
249 LDSBSetBrancher<View,n,Val,a,Filter,Print>::copy(Space& home) {
250 return new (home) LDSBSetBrancher<View,n,Val,a,Filter,Print>
251 (home,*this);
252 }
253
254 template<class View, int n, class Val, unsigned int a,
255 class Filter, class Print>

Callers 2

LDSBSetBrancherMethod · 0.45
updatePart1Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected