Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2694
SolverConfiguration* MainWindow::getCurrentSolverConfig()
2695
{
2696
return ui->config_window->currentSolverConfig();
2697
}
2698
2699
const Solver* MainWindow::getCurrentSolver()
2700
{
Callers
1
solveNext
Method · 0.80
Calls
1
currentSolverConfig
Method · 0.80
Tested by
no test coverage detected