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

Method init

gecode/int/var-imp/int.hpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 IntVarImpFwd::IntVarImpFwd(const IntVarImp* x)
430 : p(nullptr), c(x->ranges_fwd()) {}
431 forceinline void
432 IntVarImpFwd::init(const IntVarImp* x) {
433 p=nullptr; c=x->ranges_fwd();
434 }
435
436 forceinline bool
437 IntVarImpFwd::operator ()(void) const {

Callers

nothing calls this directly

Calls 2

ranges_fwdMethod · 0.80
ranges_bwdMethod · 0.80

Tested by

no test coverage detected