Uses of Class
com.google.ortools.linearsolver.MPSolverParameters
-
Packages that use MPSolverParameters Package Description com.google.ortools.linearsolver -
-
Uses of MPSolverParameters in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver with parameters of type MPSolverParameters Modifier and Type Method Description protected static longMPSolverParameters. getCPtr(MPSolverParameters obj)static intmainJNI. MPSolver_solve__SWIG_1(long jarg1, MPSolver jarg1_, long jarg2, MPSolverParameters jarg2_)static doublemainJNI. MPSolverParameters_getDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2)static intmainJNI. MPSolverParameters_getIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2)static voidmainJNI. MPSolverParameters_setDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2, double jarg3)static voidmainJNI. MPSolverParameters_setIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2, int jarg3)MPSolver.ResultStatusMPSolver. solve(MPSolverParameters param)Solves the problem using the specified parameter values.protected static longMPSolverParameters. swigRelease(MPSolverParameters obj)
-