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

Function SymbolEntry se_bv

gecode/flatzinc/parser.hh:121–123  ·  view source on GitHub ↗

Construct Boolean variable entry

Source from the content-addressed store, hash-verified

119 }
120 /// Construct Boolean variable entry
121 forceinline SymbolEntry se_bv(int i) {
122 return SymbolEntry(ST_BOOLVAR, i);
123 }
124 /// Construct float variable entry
125 forceinline SymbolEntry se_fv(int i) {
126 return SymbolEntry(ST_FLOATVAR, i);

Callers

nothing calls this directly

Calls 1

SymbolEntryClass · 0.85

Tested by

no test coverage detected