9 package com.google.ortools.linearsolver;
11 import java.lang.reflect.*;
14 private transient long swigCPtr;
23 return (obj ==
null) ? 0 : obj.swigCPtr;
30 public synchronized void delete() {
static final native boolean MPObjective_maximization(long jarg1, MPObjective jarg1_)
static final native void MPObjective_setMaximization(long jarg1, MPObjective jarg1_)
static final native double MPObjective_value(long jarg1, MPObjective jarg1_)
static final native void MPObjective_setMinimization(long jarg1, MPObjective jarg1_)
static final native void delete_MPObjective(long jarg1)
static final native void MPObjective_clear(long jarg1, MPObjective jarg1_)
static final native boolean MPObjective_minimization(long jarg1, MPObjective jarg1_)
static final native double MPObjective_bestBound(long jarg1, MPObjective jarg1_)
static final native double MPObjective_offset(long jarg1, MPObjective jarg1_)
static final native void MPObjective_setCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_, double jarg3)
static final native void MPObjective_setOptimizationDirection(long jarg1, MPObjective jarg1_, boolean jarg2)
static final native double MPObjective_getCoefficient(long jarg1, MPObjective jarg1_, long jarg2, MPVariable jarg2_)
static final native void MPObjective_setOffset(long jarg1, MPObjective jarg1_, double jarg2)