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

Method propagate

gecode/float/trigonometric/tanatan.hpp:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174 template<class A, class B>
175 ExecStatus
176 Tan<A,B>::propagate(Space& home, const ModEventDelta&) {
177 GECODE_ES_CHECK(dopropagate(home,x0,x1));
178 return (x0.assigned()) ? home.ES_SUBSUMED(*this) : ES_FIX;
179 }
180
181 /*
182 * Bounds consistent arc tangent operator

Callers

nothing calls this directly

Calls 6

ES_SUBSUMEDMethod · 0.80
atanFunction · 0.50
tanFunction · 0.50
assignedMethod · 0.45
eqMethod · 0.45
domainMethod · 0.45

Tested by

no test coverage detected