Uses of Class
com.google.ortools.linearsolver.MPSolverParameters
Packages that use MPSolverParameters
-
Uses of MPSolverParameters in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver with parameters of type MPSolverParametersModifier and TypeMethodDescriptionprotected static long
MPSolverParameters.getCPtr
(MPSolverParameters obj) static final int
mainJNI.MPSolver_solve__SWIG_1
(long jarg1, MPSolver jarg1_, long jarg2, MPSolverParameters jarg2_) static final double
mainJNI.MPSolverParameters_getDoubleParam
(long jarg1, MPSolverParameters jarg1_, int jarg2) static final int
mainJNI.MPSolverParameters_getIntegerParam
(long jarg1, MPSolverParameters jarg1_, int jarg2) static final void
mainJNI.MPSolverParameters_setDoubleParam
(long jarg1, MPSolverParameters jarg1_, int jarg2, double jarg3) static final void
mainJNI.MPSolverParameters_setIntegerParam
(long jarg1, MPSolverParameters jarg1_, int jarg2, int jarg3) MPSolver.solve
(MPSolverParameters param) Solves the problem using the specified parameter values.protected static long
MPSolverParameters.swigRelease
(MPSolverParameters obj)