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

Function SymbolEntry se_f

gecode/flatzinc/parser.hh:163–165  ·  view source on GitHub ↗

Construct float entry

Source from the content-addressed store, hash-verified

161 }
162 /// Construct float entry
163 forceinline SymbolEntry se_f(int i) {
164 return SymbolEntry(ST_FLOAT, i);
165 }
166
167 /// Construct integer array entry
168 forceinline SymbolEntry se_ia(int i) {

Callers

nothing calls this directly

Calls 1

SymbolEntryClass · 0.85

Tested by

no test coverage detected