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

Method getCurrentSolverConfig

MiniZincIDE/mainwindow.cpp:2694–2697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2692}
2693
2694SolverConfiguration* MainWindow::getCurrentSolverConfig()
2695{
2696 return ui->config_window->currentSolverConfig();
2697}
2698
2699const Solver* MainWindow::getCurrentSolver()
2700{

Callers 1

solveNextMethod · 0.80

Calls 1

currentSolverConfigMethod · 0.80

Tested by

no test coverage detected