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

Method operator ()

gecode/int/element/view.hpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81 template<class VA, class VC>
82 forceinline RelTest
83 RelTestBnd<VA,VC>::operator ()(VA x, VC y) {
84 return rtest_eq_bnd(x,y);
85 }
86 template<class VA>
87 forceinline RelTest
88 RelTestBnd<VA,ConstIntView>::operator ()(VA x, ConstIntView y) {

Callers

nothing calls this directly

Calls 3

rtest_eq_bndFunction · 0.85
rtest_eq_domFunction · 0.85
valMethod · 0.45

Tested by

no test coverage detected