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

Function extensional

gecode/int/extensional.hpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace Gecode {
35
36 forceinline void
37 extensional(Home home, const IntVarArgs& x, const TupleSet& t,
38 IntPropLevel ipl) {
39 extensional(home, x, t, true, ipl);
40 }
41
42 forceinline void
43 extensional(Home home, const IntVarArgs& x, const TupleSet& t, Reify r,

Callers 15

setupMethod · 0.50
setupMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected