Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ init
Method
init
gecode/flatzinc/flatzinc.cpp:314–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
: SharedHandle(bi) {}
313
314
void
315
BranchInformation::init(void) {
316
assert(object() == nullptr);
317
object(new BranchInformationO());
318
}
319
320
void
321
BranchInformation::add(BrancherGroup bg,
Callers
5
initfg
Function · 0.45
fillPrinter
Function · 0.45
FlatZincSpace
Method · 0.45
compare
Method · 0.45
p_global_cardinality_low_up
Function · 0.45
Calls
4
IntVarArray
Class · 0.50
BoolVarArray
Class · 0.50
SetVarArray
Class · 0.50
FloatVarArray
Class · 0.50
Tested by
no test coverage detected