MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / toJSON

Method toJSON

MiniZincIDE/solver.cpp:539–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539QByteArray SolverConfiguration::toJSON(void) const
540{
541 QJsonDocument jsonDoc;
542 jsonDoc.setObject(toJSONObject());
543 return jsonDoc.toJson();
544}
545
546QJsonObject SolverConfiguration::toJSONObject(void) const
547{

Callers 7

saveConfigMethod · 0.45
compileMethod · 0.45
runMethod · 0.45
loadJSONMethod · 0.45
submitToMOOCMethod · 0.45
startMethod · 0.45
runMethod · 0.45

Calls 1

toJsonMethod · 0.80

Tested by

no test coverage detected