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

Method update

gecode/int/sequence/violations.hpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 forceinline void
76 Violations::update(Space& home, Violations& v) {
77 assert(v.empty());
78 init(home,v.size());
79 }
80
81 forceinline void
82 Violations::add(unsigned int i) {

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected