Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ getCurrentSolver
Method
getCurrentSolver
MiniZincIDE/mainwindow.cpp:2699–2706 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2697
}
2698
2699
const Solver* MainWindow::getCurrentSolver()
2700
{
2701
auto sc = getCurrentSolverConfig();
2702
if (!sc) {
2703
return nullptr;
2704
}
2705
return &sc->solverDefinition;
2706
}
2707
2708
bool MainWindow::requireMiniZinc()
2709
{
Callers
1
submitToMOOC
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected