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

Method regret_min

gecode/int/var/int.hpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 return x->size();
82 }
83 forceinline unsigned int
84 IntVar::regret_min(void) const {
85 return x->regret_min();
86 }
87 forceinline unsigned int
88 IntVar::regret_max(void) const {
89 return x->regret_max();

Callers 1

operator ()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected