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

Method lq

gecode/int/view/int.hpp:120–123  ·  view source on GitHub ↗

* Domain update by value * */

Source from the content-addressed store, hash-verified

118 *
119 */
120 forceinline ModEvent
121 IntView::lq(Space& home, int n) {
122 return x->lq(home,n);
123 }
124 forceinline ModEvent
125 IntView::lq(Space& home, long long int n) {
126 return x->lq(home,n);

Callers 15

postMethod · 0.45
propagateMethod · 0.45
intersectMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
divmodFunction · 0.45
binpackingFunction · 0.45
linearFunction · 0.45
domFunction · 0.45
linearFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected