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

Function SymbolEntry se_iv

gecode/flatzinc/parser.hh:117–119  ·  view source on GitHub ↗

Construct integer variable entry

Source from the content-addressed store, hash-verified

115
116 /// Construct integer variable entry
117 forceinline SymbolEntry se_iv(int i) {
118 return SymbolEntry(ST_INTVAR, i);
119 }
120 /// Construct Boolean variable entry
121 forceinline SymbolEntry se_bv(int i) {
122 return SymbolEntry(ST_BOOLVAR, i);

Callers

nothing calls this directly

Calls 1

SymbolEntryClass · 0.85

Tested by

no test coverage detected