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

Method inspect

gecode/gist/gist.hpp:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139 template<class S>
140 void
141 Print<S>::inspect(const Space& node) {
142 init();
143 addHtml("<pre>\n");
144 dynamic_cast<const S&>(node).print(getStream());
145 flush();
146 addHtml("</pre><hr />");
147 }
148
149 template<class S>
150 std::string

Callers 3

inspectCurrentNodeMethod · 0.45
inspectSolutionMethod · 0.45
setCurrentNodeMethod · 0.45

Calls 1

printMethod · 0.45

Tested by

no test coverage detected