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

Method col

gecode/minimodel/matrix.hpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181 template<class A>
182 inline Slice<A>
183 Matrix<A>::col(int c) const {
184 return slice(c, c+1, 0, height());
185 }
186
187 template<class Char, class Traits, class A>
188 std::basic_ostream<Char,Traits>&

Callers 15

setupMethod · 0.45
setupMethod · 0.45
LatinMethod · 0.45
BIBDMethod · 0.45
QCPMethod · 0.45
NonogramMethod · 0.45
ColoredMatrixMethod · 0.45
LangfordNumberMethod · 0.45
SudokuIntMethod · 0.45
BinPackingMethod · 0.45
CrowdedChessMethod · 0.45
MagicSquareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected