Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
406
QStringList Project::solverConfigurationFiles(void) const {
407
return getFiles(NodeType::SolverConfig);
408
}
409
410
QStringList Project::dataFiles(void) const {
411
return getFiles(NodeType::Data);
Callers
2
testProject106Good
Method · 0.80
testProject106Bad
Method · 0.80
Calls
no outgoing calls
Tested by
2
testProject106Good
Method · 0.64
testProject106Bad
Method · 0.64