MCPcopy 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
2699const Solver* MainWindow::getCurrentSolver()
2700{
2701 auto sc = getCurrentSolverConfig();
2702 if (!sc) {
2703 return nullptr;
2704 }
2705 return &sc->solverDefinition;
2706}
2707
2708bool MainWindow::requireMiniZinc()
2709{

Callers 1

submitToMOOCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected