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

Method ~BoolVarSpec

gecode/flatzinc/varspec.hh:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 alias = true; i = eq.v;
111 }
112 ~BoolVarSpec(void) {
113 if (!alias && !assigned && domain())
114 delete domain.some();
115 }
116 };
117
118 /// Specification for floating point variables

Callers

nothing calls this directly

Calls 1

someMethod · 0.80

Tested by

no test coverage detected