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

Method apply

gecode/minimodel/dom.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 template<typename... Args>
113 template<std::size_t... I>
114 void
115 DomArgs<Args...>::apply(Home home, BoolVar b, const IntPropLevels&,
116 cxx14::index_sequence<I...>) {
117 dom(home, std::get<I>(_args)..., b);
118 }
119
120 template<typename... Args>
121 DomArgs<IntVar, Args...>::DomArgs(IntVar x, Args... args)

Callers

nothing calls this directly

Calls 1

domFunction · 0.70

Tested by

no test coverage detected