Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ update
Method
update
gecode/int/ldsb/sym-imp.hpp:102–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
template <class View>
102
void
103
VariableSymmetryImp<View>
104
::update(Literal l) {
105
if (indices.valid(l._variable)) {
106
indices.clear(l._variable);
107
}
108
}
109
110
template <class View>
111
SymmetryImp<View>*
Callers
1
commit
Method · 0.45
Calls
3
valid
Method · 0.45
clear
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected