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

Method lq

gecode/int/view/neg-bool.hpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 */
103
104 forceinline ModEvent
105 NegBoolView::lq(Space& home, int n) {
106 return n==0 ? x.one(home) : (n < 0 ? ME_BOOL_FAILED : ME_BOOL_NONE);
107 }
108 forceinline ModEvent
109 NegBoolView::lq(Space& home, long long int n) {
110 return n==0 ? x.one(home) : (n < 0 ? ME_BOOL_FAILED : ME_BOOL_NONE);

Callers

nothing calls this directly

Calls 1

oneMethod · 0.45

Tested by

no test coverage detected