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

Method schedule

gecode/kernel/core.hpp:4344–4349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4342
4343 template<class VIC>
4344 forceinline void
4345 VarImp<VIC>::schedule(Space& home, Propagator& p, ModEvent me,
4346 bool force) {
4347 if (VIC::med_update(p.u.med,me) || force)
4348 home.enqueue(&p);
4349 }
4350
4351 template<class VIC>
4352 forceinline void

Callers

nothing calls this directly

Calls 1

enqueueMethod · 0.80

Tested by

no test coverage detected