MCPcopy Create free account
hub / github.com/Gecode/gecode / SymbolEntry se_b

Function SymbolEntry se_b

gecode/flatzinc/parser.hh:155–157  ·  view source on GitHub ↗

Construct Boolean entry

Source from the content-addressed store, hash-verified

153 }
154 /// Construct Boolean entry
155 forceinline SymbolEntry se_b(bool b) {
156 return SymbolEntry(ST_BOOL, b);
157 }
158 /// Construct set entry
159 forceinline SymbolEntry se_s(int i) {
160 return SymbolEntry(ST_SET, i);

Callers

nothing calls this directly

Calls 1

SymbolEntryClass · 0.85

Tested by

no test coverage detected