Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ~IntVarSpec
Method
~IntVarSpec
gecode/flatzinc/varspec.hh:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
alias = true; i = eq.v;
89
}
90
~IntVarSpec(void) {
91
if (!alias && !assigned && domain())
92
delete domain.some();
93
}
94
};
95
96
/// Specification for Boolean variables
Callers
nothing calls this directly
Calls
1
some
Method · 0.80
Tested by
no test coverage detected