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

Method currentSolverConfigName

MiniZincIDE/mainwindow.cpp:1394–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392}
1393
1394QString MainWindow::currentSolverConfigName(void) {
1395 SolverConfiguration* sc = getCurrentSolverConfig();
1396 return sc ? sc->name() : "None";
1397}
1398
1399void MainWindow::procFinished(int exitCode, qint64 time) {
1400 procFinished(exitCode);

Callers 1

MOOCSubmissionMethod · 0.80

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected