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

Function Error

gecode/flatzinc.hh:731–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729 Error(const std::string& where, const std::string& what)
730 : msg(where+": "+what) {}
731 Error(const std::string& where, const std::string& what, AST::Array *const ann)
732 : msg(make_message(where, what, ann)) {}
733 const std::string& toString(void) const { return msg; }
734 private:
735 static std::string make_message(const std::string &where, const std::string &what, AST::Array *const ann) {

Callers 7

flatzinc.hhFile · 0.85
newSetVarMethod · 0.85
newFloatVarMethod · 0.85
postConstraintsMethod · 0.85
createBranchersMethod · 0.85
branchWithPluginMethod · 0.85
postMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected