MCPcopy 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

commitMethod · 0.45

Calls 3

validMethod · 0.45
clearMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected