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

Method copy

gecode/kernel/branch/chb.hpp:394–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392
393 template<class View>
394 Propagator*
395 CHB::Recorder<View>::copy(Space& home) {
396 return new (home) Recorder<View>(home, *this);
397 }
398
399 template<class View>
400 inline size_t

Callers 1

view.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected