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

Method pos

gecode/flatzinc/branch.hpp:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 PosIntChoice::PosIntChoice(const Brancher& b, unsigned int a, int p, int n)
292 : Choice(b,a), _pos(p), _val(n) {}
293 forceinline int
294 PosIntChoice::pos(void) const {
295 return _pos;
296 }
297 forceinline int
298 PosIntChoice::val(void) const {
299 return _val;

Callers 8

commitMethod · 0.45
nglMethod · 0.45
printMethod · 0.45
choiceMethod · 0.45
commitMethod · 0.45
commitMethod · 0.45
nglMethod · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected