Home
last modified time | relevance | path

Searched refs:getNOpen (Results 1 – 7 of 7) sorted by relevance

/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/solvers/MIP/
H A DMIP_osicbc_wrap.hh161 int getNOpen() override { return output.nOpenNodes; } in getNOpen() function in MIPosicbcWrapper
H A DMIP_solverinstance.hpp516 if (_mipWrapper->getNOpen() != 0) { in printStatisticsLine()
517 _log << " ( " << _mipWrapper->getNOpen() << " )"; in printStatisticsLine()
542 if (_mipWrapper->getNOpen() != 0) { in printStatistics()
543 env.outstream << "%%%mzn-stat: openNodes=" << _mipWrapper->getNOpen() << std::endl; in printStatistics()
H A DMIP_xpress_wrap.hh180 int getNOpen() override { return output.nOpenNodes; } in getNOpen() function in MIPxpressWrapper
H A DMIP_wrap.hh356 virtual int getNOpen() = 0;
H A DMIP_cplex_wrap.hh143 int getNOpen() override { return output.nOpenNodes; } in getNOpen() function in MIPCplexWrapper
H A DMIP_gurobi_wrap.hh319 int getNOpen() override { return output.nOpenNodes; } in getNOpen() function in MIPGurobiWrapper
H A DMIP_scip_wrap.hh418 int getNOpen() override { return output.nOpenNodes; } in getNOpen() function in MIPScipWrapper