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

Method ES_FIX_PARTIAL

gecode/kernel/core.hpp:3605–3610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3603 }
3604
3605 forceinline ExecStatus
3606 Space::ES_FIX_PARTIAL(Propagator& p, const ModEventDelta& med) {
3607 p.u.med = med;
3608 assert(p.u.med != 0);
3609 return ES_PARTIAL_;
3610 }
3611
3612 forceinline ExecStatus
3613 Space::ES_NOFIX_PARTIAL(Propagator& p, const ModEventDelta& med) {

Callers 9

propagateMethod · 0.80
propagateMethod · 0.80
propagateMethod · 0.80
propagateMethod · 0.80
propagateMethod · 0.80
propagateMethod · 0.80
propagateMethod · 0.80
propagateMethod · 0.80
propagateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected