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

Method solverConfigurationFiles

MiniZincIDE/project.cpp:406–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406QStringList Project::solverConfigurationFiles(void) const {
407 return getFiles(NodeType::SolverConfig);
408}
409
410QStringList Project::dataFiles(void) const {
411 return getFiles(NodeType::Data);

Callers 2

testProject106GoodMethod · 0.80
testProject106BadMethod · 0.80

Calls

no outgoing calls

Tested by 2

testProject106GoodMethod · 0.64
testProject106BadMethod · 0.64