Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FlatZincSpace
Method · 0.45
LastVal
Method · 0.45
branch.hpp
File · 0.45
nary.hpp
File · 0.45
Propagator
Function · 0.45
Calls
1
update
Function · 0.85
Tested by
no test coverage detected