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

Method row

gecode/minimodel/matrix.hpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175 template<class A>
176 inline Slice<A>
177 Matrix<A>::row(int r) const {
178 return slice(0, width(), r, r+1);
179 }
180
181 template<class A>
182 inline Slice<A>

Callers 15

setupMethod · 0.45
setupMethod · 0.45
LatinMethod · 0.45
BIBDMethod · 0.45
QCPMethod · 0.45
GolfMethod · 0.45
printMethod · 0.45
NonogramMethod · 0.45
ColoredMatrixMethod · 0.45
LangfordNumberMethod · 0.45
SudokuIntMethod · 0.45
BinPackingMethod · 0.45

Calls 1

widthFunction · 0.85

Tested by

no test coverage detected