Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ printStrategy
Method
printStrategy
contribs/quacode/examples/qbf.cpp:92–94 ·
view source on GitHub ↗
Return true if the strategy must be printed
Source
from the content-addressed store, hash-verified
90
}
91
/// Return true if the strategy must be printed
92
bool printStrategy(void) const {
93
return _printStrategy.value();
94
}
95
bool qConstraint(void) const {
96
return _qConstraint.value();
97
}
Callers
1
QBFProblem
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected