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

Function SymbolEntry se_fva

gecode/flatzinc/parser.hh:142–144  ·  view source on GitHub ↗

Construct float variable array entry

Source from the content-addressed store, hash-verified

140 }
141 /// Construct float variable array entry
142 forceinline SymbolEntry se_fva(int i) {
143 return SymbolEntry(ST_FLOATVARARRAY, i);
144 }
145 /// Construct set variable array entry
146 forceinline SymbolEntry se_sva(int i) {
147 return SymbolEntry(ST_SETVARARRAY, i);

Callers

nothing calls this directly

Calls 1

SymbolEntryClass · 0.85

Tested by

no test coverage detected