Uses of Class
com.google.ortools.linearsolver.MPObjective
| Package | Description |
|---|---|
| com.google.ortools.linearsolver |
-
Uses of MPObjective in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPObjective Modifier and Type Method Description MPObjectiveMPSolver. objective()Returns the mutable objective object.Methods in com.google.ortools.linearsolver with parameters of type MPObjective Modifier and Type Method Description protected static longMPObjective. getCPtr(MPObjective obj)static doublemain_research_linear_solverJNI. MPObjective_bestBound(long jarg1, MPObjective jarg1_)static voidmain_research_linear_solverJNI. MPObjective_clear(long jarg1, MPObjective jarg1_)static doublemain_research_linear_solverJNI. MPObjective_getCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_)static booleanmain_research_linear_solverJNI. MPObjective_maximization(long jarg1, MPObjective jarg1_)static booleanmain_research_linear_solverJNI. MPObjective_minimization(long jarg1, MPObjective jarg1_)static doublemain_research_linear_solverJNI. MPObjective_offset(long jarg1, MPObjective jarg1_)static voidmain_research_linear_solverJNI. MPObjective_setCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_, double jarg3)static voidmain_research_linear_solverJNI. MPObjective_setMaximization(long jarg1, MPObjective jarg1_)static voidmain_research_linear_solverJNI. MPObjective_setMinimization(long jarg1, MPObjective jarg1_)static voidmain_research_linear_solverJNI. MPObjective_setOffset(long jarg1, MPObjective jarg1_, double jarg2)static voidmain_research_linear_solverJNI. MPObjective_setOptimizationDirection(long jarg1, MPObjective jarg1_, boolean jarg2)static doublemain_research_linear_solverJNI. MPObjective_value(long jarg1, MPObjective jarg1_)