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

Method commit

gecode/kernel/core.hpp:3265–3268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3263 }
3264
3265 forceinline void
3266 Space::commit(const Choice& c, unsigned int a, CommitStatistics&) {
3267 _commit(c,a);
3268 }
3269
3270 forceinline void
3271 Space::trycommit(const Choice& c, unsigned int a, CommitStatistics&) {

Callers 2

_commitMethod · 0.45
_trycommitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected