Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setup
Method · 0.45
setup
Method · 0.45
Latin
Method · 0.45
BIBD
Method · 0.45
QCP
Method · 0.45
Golf
Method · 0.45
print
Method · 0.45
Nonogram
Method · 0.45
ColoredMatrix
Method · 0.45
LangfordNumber
Method · 0.45
SudokuInt
Method · 0.45
BinPacking
Method · 0.45
Calls
1
width
Function · 0.85
Tested by
no test coverage detected