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

Method fst

gecode/int/var-imp/int.hpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 */
161
162 forceinline IntVarImp::RangeList*
163 IntVarImp::fst(void) const {
164 return dom.next(nullptr);
165 }
166
167 forceinline void
168 IntVarImp::fst(IntVarImp::RangeList* f) {

Callers 1

int.cppFile · 0.45

Calls 2

prevnextMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected