Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ init
Method
init
gecode/int/gcc/view.hpp:216–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
forceinline
215
CardConst::CardConst(void) {}
216
forceinline void
217
CardConst::init(Space&, int min, int max, int c) {
218
_min = min; _max=max; _card = c; _counter = 0;
219
}
220
221
forceinline int
222
CardConst::min(void) const {
Callers
1
propagate
Method · 0.45
Calls
2
IntVar
Class · 0.50
base
Method · 0.45
Tested by
no test coverage detected