Uses of Class
com.google.ortools.linearsolver.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 intmain_research_linear_solverJNI. MPSolver_solve__SWIG_1(long jarg1, MPSolver jarg1_, long jarg2, MPSolverParameters jarg2_)static doublemain_research_linear_solverJNI. MPSolverParameters_getDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2)static intmain_research_linear_solverJNI. MPSolverParameters_getIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2)static voidmain_research_linear_solverJNI. MPSolverParameters_setDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2, double jarg3)static voidmain_research_linear_solverJNI. MPSolverParameters_setIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2, int jarg3)MPSolver.ResultStatusMPSolver. solve(MPSolverParameters param)Solves the problem using the specified parameter values.