Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ tell
Method
tell
gecode/int/support-values.hpp:174–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
173
template<class View, class A>
174
inline ModEvent
175
SupportValues<View,A>::tell(Space& home) {
176
Unsupported u(*this);
177
return x.minus_v(home,u,false);
178
}
179
180
}}
181
Callers
nothing calls this directly
Calls
1
minus_v
Method · 0.45
Tested by
no test coverage detected