Uses of Class
com.google.ortools.linearsolver.MPObjective
Packages that use MPObjective
-
Uses of MPObjective in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPObjectiveMethods in com.google.ortools.linearsolver with parameters of type MPObjectiveModifier and TypeMethodDescriptionprotected static long
MPObjective.getCPtr
(MPObjective obj) static final double
mainJNI.MPObjective_bestBound
(long jarg1, MPObjective jarg1_) static final void
mainJNI.MPObjective_clear
(long jarg1, MPObjective jarg1_) static final double
mainJNI.MPObjective_getCoefficient
(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_) static final boolean
mainJNI.MPObjective_maximization
(long jarg1, MPObjective jarg1_) static final boolean
mainJNI.MPObjective_minimization
(long jarg1, MPObjective jarg1_) static final double
mainJNI.MPObjective_offset
(long jarg1, MPObjective jarg1_) static final void
mainJNI.MPObjective_setCoefficient
(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_, double jarg3) static final void
mainJNI.MPObjective_setMaximization
(long jarg1, MPObjective jarg1_) static final void
mainJNI.MPObjective_setMinimization
(long jarg1, MPObjective jarg1_) static final void
mainJNI.MPObjective_setOffset
(long jarg1, MPObjective jarg1_, double jarg2) static final void
mainJNI.MPObjective_setOptimizationDirection
(long jarg1, MPObjective jarg1_, boolean jarg2) static final double
mainJNI.MPObjective_value
(long jarg1, MPObjective jarg1_) protected static long
MPObjective.swigRelease
(MPObjective obj)