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

Function SymbolEntry se_bva

gecode/flatzinc/parser.hh:138–140  ·  view source on GitHub ↗

Construct Boolean variable array entry

Source from the content-addressed store, hash-verified

136 }
137 /// Construct Boolean variable array entry
138 forceinline SymbolEntry se_bva(int i) {
139 return SymbolEntry(ST_BOOLVARARRAY, i);
140 }
141 /// Construct float variable array entry
142 forceinline SymbolEntry se_fva(int i) {
143 return SymbolEntry(ST_FLOATVARARRAY, i);

Callers

nothing calls this directly

Calls 1

SymbolEntryClass · 0.85

Tested by

no test coverage detected