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

Method cancel

gecode/int/var-imp/bool.hpp:394–397  ·  view source on GitHub ↗

* Dependencies * */

Source from the content-addressed store, hash-verified

392 *
393 */
394 forceinline void
395 BoolVarImp::cancel(Space& home, Propagator& p, PropCond) {
396 BoolVarImpBase::cancel(home,p,PC_BOOL_VAL);
397 }
398
399 forceinline void
400 BoolVarImp::cancel(Space& home, Advisor& a, bool fail) {

Callers

nothing calls this directly

Calls 1

cancelFunction · 0.85

Tested by

no test coverage detected