Package | Description |
---|---|
com.google.ortools.linearsolver |
Modifier and Type | Method and Description |
---|---|
protected static long |
MPSolverParameters.getCPtr(MPSolverParameters obj) |
static int |
mainJNI.MPSolver_solve__SWIG_1(long jarg1,
MPSolver jarg1_,
long jarg2,
MPSolverParameters jarg2_) |
static double |
mainJNI.MPSolverParameters_getDoubleParam(long jarg1,
MPSolverParameters jarg1_,
int jarg2) |
static int |
mainJNI.MPSolverParameters_getIntegerParam(long jarg1,
MPSolverParameters jarg1_,
int jarg2) |
static void |
mainJNI.MPSolverParameters_setDoubleParam(long jarg1,
MPSolverParameters jarg1_,
int jarg2,
double jarg3) |
static void |
mainJNI.MPSolverParameters_setIntegerParam(long jarg1,
MPSolverParameters jarg1_,
int jarg2,
int jarg3) |
MPSolver.ResultStatus |
MPSolver.solve(MPSolverParameters param)
Solves the problem using the specified parameter values.
|
protected static long |
MPSolverParameters.swigRelease(MPSolverParameters obj) |
Copyright © 2025. All rights reserved.