Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
minVal
Function · 0.85
getMincUpdate
Method · 0.85
cbsdistinct
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected