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

Function SymbolEntry se_sv

gecode/flatzinc/parser.hh:129–131  ·  view source on GitHub ↗

Construct set variable entry

Source from the content-addressed store, hash-verified

127 }
128 /// Construct set variable entry
129 forceinline SymbolEntry se_sv(int i) {
130 return SymbolEntry(ST_SETVAR, i);
131 }
132
133 /// Construct integer variable array entry
134 forceinline SymbolEntry se_iva(int i) {

Callers

nothing calls this directly

Calls 1

SymbolEntryClass · 0.85

Tested by

no test coverage detected