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

Function SymbolEntry se_fv

gecode/flatzinc/parser.hh:125–127  ·  view source on GitHub ↗

Construct float variable entry

Source from the content-addressed store, hash-verified

123 }
124 /// Construct float variable entry
125 forceinline SymbolEntry se_fv(int i) {
126 return SymbolEntry(ST_FLOATVAR, i);
127 }
128 /// Construct set variable entry
129 forceinline SymbolEntry se_sv(int i) {
130 return SymbolEntry(ST_SETVAR, i);

Callers

nothing calls this directly

Calls 1

SymbolEntryClass · 0.85

Tested by

no test coverage detected