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

Method select

gecode/kernel/branch/view-sel.hpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 ViewSel<View>::ViewSel(Space&, ViewSel<View>&) {}
381 template<class View>
382 int
383 ViewSel<View>::select(Space&, ViewArray<View>&, int,
384 BrancherNoFilter<View>&) {
385 GECODE_NEVER;
386 return 0;
387 }
388 template<class View>
389 void
390 ViewSel<View>::ties(Space&, ViewArray<View>&, int,

Callers 1

view.hppFile · 0.45

Calls 6

rFunction · 0.85
fFunction · 0.85
mFunction · 0.85
cFunction · 0.50
sizeMethod · 0.45
assignedMethod · 0.45

Tested by

no test coverage detected