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

Method choice

gecode/int/branch/view-values.hpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122 template<int n, bool min, class Filter, class Print>
123 const Choice*
124 ViewValuesBrancher<n,min,Filter,Print>::choice(Space& home) {
125 Pos p = ViewBrancher<IntView,Filter,n>::pos(home);
126 return new PosValuesChoice(*this,p,
127 ViewBrancher<IntView,Filter,n>::view(p));
128 }
129
130 template<int n, bool min, class Filter, class Print>
131 const Choice*

Callers

nothing calls this directly

Calls 1

posFunction · 0.50

Tested by

no test coverage detected