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 longMPObjective.getCPtr(MPObjective obj) static final doublemainJNI.MPObjective_bestBound(long jarg1, MPObjective jarg1_) static final voidmainJNI.MPObjective_clear(long jarg1, MPObjective jarg1_) static final doublemainJNI.MPObjective_getCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_) static final booleanmainJNI.MPObjective_maximization(long jarg1, MPObjective jarg1_) static final booleanmainJNI.MPObjective_minimization(long jarg1, MPObjective jarg1_) static final doublemainJNI.MPObjective_offset(long jarg1, MPObjective jarg1_) static final voidmainJNI.MPObjective_setCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_, double jarg3) static final voidmainJNI.MPObjective_setMaximization(long jarg1, MPObjective jarg1_) static final voidmainJNI.MPObjective_setMinimization(long jarg1, MPObjective jarg1_) static final voidmainJNI.MPObjective_setOffset(long jarg1, MPObjective jarg1_, double jarg2) static final voidmainJNI.MPObjective_setOptimizationDirection(long jarg1, MPObjective jarg1_, boolean jarg2) static final doublemainJNI.MPObjective_value(long jarg1, MPObjective jarg1_) protected static longMPObjective.swigRelease(MPObjective obj)