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

Function operator ==

gecode/minimodel/set-rel.cpp:46–49  ·  view source on GitHub ↗

* Operators * */

Source from the content-addressed store, hash-verified

44 *
45 */
46 SetRel
47 operator ==(const SetExpr& e0, const SetExpr& e1) {
48 return SetRel(e0, SRT_EQ, e1);
49 }
50 SetRel
51 operator !=(const SetExpr& e0, const SetExpr& e1) {
52 return SetRel(e0, SRT_NQ, e1);

Callers

nothing calls this directly

Calls 2

SetRelClass · 0.85
BoolExprClass · 0.85

Tested by

no test coverage detected