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

Function getMincFactor

gecode/int/distinct/cbs.hpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 extern const double mincFactors[MAX_MINC_FACTORS];
50
51 forceinline double
52 getMincFactor(int domSize) {
53 return mincFactors[domSize - 1];
54 }
55
56 /**
57 * \brief Liang and Bai factors

Callers 3

minValFunction · 0.85
getMincUpdateMethod · 0.85
cbsdistinctFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected