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

Method post

gecode/minimodel/dom.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148 template<typename... Args>
149 void
150 DomExpr<Args...>::post(Home home, BoolVar b, bool neg,
151 const IntPropLevels& ipls)
152 {
153 DomArgs<Args...>::apply(home, neg ? (!b).expr (home, ipls) : b, ipls,
154 cxx14::index_sequence_for<Args...>{});
155 }
156 }
157
158

Callers 2

postFunction · 0.45
postFunction · 0.45

Calls 1

exprMethod · 0.80

Tested by

no test coverage detected