Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ print
Function
print
gecode/flatzinc/ast.hh:148–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
bool b;
147
BoolLit(bool b0) : b(b0) {}
148
virtual void print(std::ostream& os) {
149
os <<
"b("
<< (b ?
"true"
:
"false"
) <<
")"
;
150
}
151
};
152
/// Integer literal node
153
class GECODE_VTABLE_EXPORT IntLit : public Node {
Callers
1
Gist
Method · 0.50
Calls
2
size
Method · 0.45
print
Method · 0.45
Tested by
no test coverage detected