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

Function make_view_array

gecode/int/cumulatives.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 namespace {
41 ViewArray<IntView>
42 make_view_array(Space& home, const IntVarArgs& in) {
43 return ViewArray<Int::IntView>(home, in);
44 }
45
46 ViewArray<ConstIntView>
47 make_view_array(Space& home, const IntArgs& in) {

Callers 1

post_cumulativesFunction · 0.85

Calls 3

ConstIntViewClass · 0.85
checkFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected