Home
last modified time | relevance | path

Searched defs:getNRows (Results 1 – 8 of 8) sorted by relevance

/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/solvers/MIP/
H A DMIP_osicbc_wrap.hh139 int getNRows() override { in getNRows() function in MIPosicbcWrapper
H A DMIP_xpress_wrap.hh171 int getNRows() override { return _nRows; } in getNRows() function in MIPxpressWrapper
H A DMIP_scip_wrap.hh400 int getNRows() override { return _plugin->SCIPgetNConss(_scip); } in getNRows() function in MIPScipWrapper
H A DMIP_cplex_wrap.hh126 int getNRows() override { return dll_CPXgetnumrows(_env, _lp); } in getNRows() function in MIPCplexWrapper
H A DMIP_gurobi_wrap.hh297 int getNRows() override { in getNRows() function in MIPGurobiWrapper
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/
H A DSurfpackMatrix.h234 unsigned SurfpackMatrix< T >::getNRows(char transpose) const in getNRows() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/surfaces/nkm/
H A DNKM_SurfMat_Teuchos.hpp495 int SurfMat<T>::getNRows() const in getNRows() function in nkm::SurfMat
H A DNKM_SurfMat_Native.hpp221 inline int getNRows() const {return NRows;}; in getNRows() function in nkm::SurfMat