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

Method update

gecode/float/view/scale.hpp:178–182  ·  view source on GitHub ↗

* Cloning * */

Source from the content-addressed store, hash-verified

176 *
177 */
178 forceinline void
179 ScaleView::update(Space& home, ScaleView& y) {
180 DerivedView<FloatView>::update(home,y);
181 a=y.a;
182 }
183
184 /*
185 * Ordering

Callers 5

FlatZincSpaceMethod · 0.45
LastValMethod · 0.45
branch.hppFile · 0.45
nary.hppFile · 0.45
PropagatorFunction · 0.45

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected