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

Method currentSolverConfig

MiniZincIDE/configwindow.cpp:310–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310SolverConfiguration* ConfigWindow::currentSolverConfig(void)
311{
312 int i = currentIndex();
313 if (i < 0 || i >= configs.length()) {
314 return nullptr;
315 }
316 auto sc = configs[i];
317 updateSolverConfig(sc);
318 return sc;
319}
320
321const QList<SolverConfiguration*>& ConfigWindow::solverConfigs()
322{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected