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

Function SymbolEntry se_s

gecode/flatzinc/parser.hh:159–161  ·  view source on GitHub ↗

Construct set entry

Source from the content-addressed store, hash-verified

157 }
158 /// Construct set entry
159 forceinline SymbolEntry se_s(int i) {
160 return SymbolEntry(ST_SET, i);
161 }
162 /// Construct float entry
163 forceinline SymbolEntry se_f(int i) {
164 return SymbolEntry(ST_FLOAT, i);

Callers

nothing calls this directly

Calls 1

SymbolEntryClass · 0.85

Tested by

no test coverage detected