Uses of Class
com.google.ortools.linearsolver.MPObjective
-
Packages that use 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 doublemainJNI. MPObjective_bestBound(long jarg1, MPObjective jarg1_)static voidmainJNI. MPObjective_clear(long jarg1, MPObjective jarg1_)static doublemainJNI. MPObjective_getCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_)static booleanmainJNI. MPObjective_maximization(long jarg1, MPObjective jarg1_)static booleanmainJNI. MPObjective_minimization(long jarg1, MPObjective jarg1_)static doublemainJNI. MPObjective_offset(long jarg1, MPObjective jarg1_)static voidmainJNI. MPObjective_setCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_, double jarg3)static voidmainJNI. MPObjective_setMaximization(long jarg1, MPObjective jarg1_)static voidmainJNI. MPObjective_setMinimization(long jarg1, MPObjective jarg1_)static voidmainJNI. MPObjective_setOffset(long jarg1, MPObjective jarg1_, double jarg2)static voidmainJNI. MPObjective_setOptimizationDirection(long jarg1, MPObjective jarg1_, boolean jarg2)static doublemainJNI. MPObjective_value(long jarg1, MPObjective jarg1_)protected static longMPObjective. swigRelease(MPObjective obj)
-