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

Method gq

gecode/float/view/float.hpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 forceinline ModEvent
118 FloatView::gq(Space& home, int n) {
119 return x->gq(home,n);
120 }
121 forceinline ModEvent
122 FloatView::gq(Space& home, FloatNum n) {
123 return x->gq(home,n);

Callers 15

linearFunction · 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
postMethod · 0.45
propagateMethod · 0.45
ExecStatus prop_nary_maxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected