Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ file
Method
file
contribs/quacode/examples/matrix-game.cpp:98–100 ·
view source on GitHub ↗
Return file name
Source
from the content-addressed store, hash-verified
96
}
97
/// Return file name
98
const char* file(void) const {
99
return _file.value();
100
}
101
/// Return true if the strategy must be printed
102
bool printStrategy(void) const {
103
return _printStrategy.value();
Callers
1
QCSPMatrixGame
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected