Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ Alias
Class
Alias
gecode/flatzinc/varspec.hh:45–49 ·
view source on GitHub ↗
%Alias for a variable specification
Source
from the content-addressed store, hash-verified
43
44
/// %Alias for a variable specification
45
class Alias {
46
public:
47
const int v;
48
Alias(int v0) : v(v0) {}
49
};
50
51
/// Base class for variable specifications
52
class VarSpec {
Callers
1
yyparse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected