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

Method addIntVarName

gecode/flatzinc/flatzinc.cpp:2914–2917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2912 }
2913
2914 void
2915 Printer::addIntVarName(const std::string& n) {
2916 iv_names.push_back(n);
2917 }
2918 void
2919 Printer::addBoolVarName(const std::string& n) {
2920 bv_names.push_back(n);

Callers 1

fillPrinterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected