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

Function update

gecode/int/count/rel.hpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 forceinline void
103 update(IntSet& y, Space& home, IntSet& py) {
104 (void) home;
105 y=py;
106 }
107 template<class VY>
108 forceinline void
109 update(VY& y, Space& home, VY py) {

Callers 15

TreeCanvasMethod · 0.85
statusChangedMethod · 0.85
toggleHiddenMethod · 0.85
hideFailedMethod · 0.85
unhideAllMethod · 0.85
toggleStopMethod · 0.85
unstopAllMethod · 0.85
timerEventMethod · 0.85
inspectCurrentNodeMethod · 0.85
labelBranchesMethod · 0.85
labelPathMethod · 0.85
resetMethod · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected