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

Method Create

test/int/mm-rel.cpp:116–122  ·  view source on GitHub ↗

Perform creation and registration

Source from the content-addressed store, hash-verified

114 public:
115 /// Perform creation and registration
116 Create(void) {
117 using namespace Gecode;
118 for (IntRelTypes irts; irts(); ++irts) {
119 (void) new IntLex(irts.irt());
120 (void) new BoolLex(irts.irt());
121 }
122 }
123 };
124
125 Create c;

Callers

nothing calls this directly

Calls 1

irtMethod · 0.80

Tested by

no test coverage detected