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

Method lq

gecode/float/view/float.hpp:104–107  ·  view source on GitHub ↗

* Domain update by value * */

Source from the content-addressed store, hash-verified

102 *
103 */
104 forceinline ModEvent
105 FloatView::lq(Space& home, int n) {
106 return x->lq(home,n);
107 }
108 forceinline ModEvent
109 FloatView::lq(Space& home, FloatNum n) {
110 return x->lq(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
propagateMethod · 0.45
postMethod · 0.45
ExecStatus prop_nary_maxFunction · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected