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

Method add

gecode/flatzinc/flatzinc.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 void
321 BranchInformation::add(BrancherGroup bg,
322 const std::string& rel0,
323 const std::string& rel1,
324 const std::vector<std::string>& n) {
325 static_cast<BranchInformationO*>(object())->add(bg,rel0,rel1,n);
326 }
327 void
328 BranchInformation::print(const Brancher& b, unsigned int a, int i,
329 int n, std::ostream& o) const {

Callers 2

createBranchersMethod · 0.45
arg2tuplesetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected