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

Method copy

gecode/flatzinc/branch.hpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362
363 template<class Merit>
364 Actor*
365 IntBoolBrancher<Merit>::copy(Space& home) {
366 return new (home) IntBoolBrancher<Merit>(home,*this);
367 }
368
369 template<class Merit>
370 const Choice*

Callers 1

branch.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected