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

Method compare

gecode/gist/gist.hpp:41–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 template<class S>
41 void
42 VarComparator<S>::compare(const Space& s0, const Space& s1) {
43 std::ostringstream result;
44 dynamic_cast<const S&>(s0).compare(s1,result);
45 if (result.str() != "") {
46 init();
47 addHtml("<pre>\n");
48 getStream() << result.str() << std::endl;
49 addHtml("</pre><hr />");
50 }
51 }
52
53 template<class S>
54 std::string

Callers 2

mousePressEventMethod · 0.45
connectFunction · 0.45

Calls 7

equalFunction · 0.50
strMethod · 0.45
minMethod · 0.45
maxMethod · 0.45
cardMinMethod · 0.45
cardMaxMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected