MCPcopy Create free account
hub / github.com/Gecode/gecode / ~SetVarSpec

Method ~SetVarSpec

gecode/flatzinc/varspec.hh:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 alias = true; i = eq.v;
158 }
159 ~SetVarSpec(void) {
160 if (!alias && upperBound())
161 delete upperBound.some();
162 }
163 };
164
165}}

Callers

nothing calls this directly

Calls 1

someMethod · 0.80

Tested by

no test coverage detected