Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ print_last
Method
print_last
gecode/driver/options.hpp:507–510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
}
506
507
inline void
508
Options::print_last(bool p) {
509
_print_last.value(p);
510
}
511
inline bool
512
Options::print_last(void) const {
513
return _print_last.value();
Callers
1
runMeta
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected