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

Method eq

gecode/float/view/float.hpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 forceinline ModEvent
131 FloatView::eq(Space& home, int n) {
132 return x->eq(home,n);
133 }
134 forceinline ModEvent
135 FloatView::eq(Space& home, FloatNum n) {
136 return x->eq(home,n);

Callers 15

operator ()Method · 0.45
domFunction · 0.45
relFunction · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected