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

Method archive

examples/radiotherapy.cpp:225–228  ·  view source on GitHub ↗

Archive into \a e

Source from the content-addressed store, hash-verified

223 : Gecode::Choice(b,1), fail(fail0) {}
224 /// Archive into \a e
225 virtual void archive(Archive& e) const {
226 Gecode::Choice::archive(e);
227 e.put(fail);
228 }
229 };
230 /// Construct brancher
231 NestedSearch(Space& home) : Brancher(home), done(false) {

Callers

nothing calls this directly

Calls 1

putMethod · 0.45

Tested by

no test coverage detected