MCPcopy Create free account
hub / github.com/Gecode/gecode / Var

Function Var

gecode/flatzinc/ast.hh:194–194  ·  view source on GitHub ↗

< Name Constructor

Source from the content-addressed store, hash-verified

192 std::string n; //< Name
193 /// Constructor
194 Var(int i0, const std::string& n0) : i(i0), n(n0) {}
195 };
196 /// Boolean variable node
197 class GECODE_VTABLE_EXPORT BoolVar : public Var {

Callers 1

ast.hhFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected