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

Method branch

gecode/flatzinc/exampleplugin/myplugin.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#include "myplugin.hh"
37
38void MyPlugin::branch(Gecode::FlatZinc::FlatZincSpace& s,
39 Gecode::FlatZinc::AST::Call* c) {
40 std::cerr << "MyPlugin::branch ";
41 c->print(std::cerr);
42 std::cerr << std::endl;
43}
44
45Q_EXPORT_PLUGIN2(myplugin, MyPlugin)

Callers 1

branchWithPluginMethod · 0.45

Calls 1

printMethod · 0.45

Tested by

no test coverage detected