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

Method compare

gecode/flatzinc/flatzinc.cpp:1726–1736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1724
1725 template<class S>
1726 void
1727 FZPrintingComparator<S>::compare(const Space& s0, const Space& s1) {
1728 this->init();
1729 try {
1730 dynamic_cast<const S&>(s0).compare(dynamic_cast<const S&>(s1),
1731 this->getStream(), p);
1732 } catch (Exception& e) {
1733 this->getStream() << "Exception: " << e.what();
1734 }
1735 this->getStream() << std::endl;
1736 }
1737
1738#endif
1739

Callers 2

exploreMethod · 0.45
exploreMethod · 0.45

Calls 5

printDiffMethod · 0.80
initMethod · 0.45
whatMethod · 0.45
sizeMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected