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

Method propagated

gecode/kernel/branch/action.hpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226 template<class View, bool p, bool f>
227 forceinline bool
228 Action::Recorder<View,p,f>::Idx::propagated(void) const {
229 return (_info & 1U) != 0;
230 }
231 template<class View, bool p, bool f>
232 forceinline bool
233 Action::Recorder<View,p,f>::Idx::failed(void) const {

Callers 1

propagateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected