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 longMPSolverParameters.getCPtr(MPSolverParameters obj) static final intmainJNI.MPSolver_solve__SWIG_1(long jarg1, MPSolver jarg1_, long jarg2, MPSolverParameters jarg2_) static final doublemainJNI.MPSolverParameters_getDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2) static final intmainJNI.MPSolverParameters_getIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2) static final voidmainJNI.MPSolverParameters_setDoubleParam(long jarg1, MPSolverParameters jarg1_, int jarg2, double jarg3) static final voidmainJNI.MPSolverParameters_setIntegerParam(long jarg1, MPSolverParameters jarg1_, int jarg2, int jarg3) MPSolver.solve(MPSolverParameters param) Solves the problem using the specified parameter values.protected static longMPSolverParameters.swigRelease(MPSolverParameters obj)