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

Function SymbolEntry se_i

gecode/flatzinc/parser.hh:151–153  ·  view source on GitHub ↗

Construct integer entry

Source from the content-addressed store, hash-verified

149
150 /// Construct integer entry
151 forceinline SymbolEntry se_i(int i) {
152 return SymbolEntry(ST_INT, i);
153 }
154 /// Construct Boolean entry
155 forceinline SymbolEntry se_b(bool b) {
156 return SymbolEntry(ST_BOOL, b);

Callers

nothing calls this directly

Calls 1

SymbolEntryClass · 0.85

Tested by

no test coverage detected