OR-Tools  8.0
linear_solver_java_wrap.cc File Reference

Go to the source code of this file.

Classes

struct  SWIG_JavaExceptions_t
 

Macros

#define SWIGJAVA
 
#define SWIGTEMPLATEDISAMBIGUATOR
 
#define SWIGINLINE
 
#define SWIGUNUSED
 
#define SWIGUNUSEDPARM(p)   p SWIGUNUSED
 
#define SWIGINTERN   static SWIGUNUSED
 
#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE
 
#define SWIGEXPORT
 
#define SWIGSTDCALL
 
#define SWIG_contract_assert(nullreturn, expr, msg)   if (!(expr)) {SWIG_JavaThrowException(jenv, SWIG_JavaIllegalArgumentException, msg); return nullreturn; } else
 
#define SWIGWORDSIZE64
 

Enumerations

enum  SWIG_JavaExceptionCodes {
  SWIG_JavaOutOfMemoryError = 1, SWIG_JavaIOException, SWIG_JavaRuntimeException, SWIG_JavaIndexOutOfBoundsException,
  SWIG_JavaArithmeticException, SWIG_JavaIllegalArgumentException, SWIG_JavaNullPointerException, SWIG_JavaDirectorPureVirtual,
  SWIG_JavaUnknownError, SWIG_JavaIllegalStateException, SWIG_JavaOutOfMemoryError = 1, SWIG_JavaIOException,
  SWIG_JavaRuntimeException, SWIG_JavaIndexOutOfBoundsException, SWIG_JavaArithmeticException, SWIG_JavaIllegalArgumentException,
  SWIG_JavaNullPointerException, SWIG_JavaDirectorPureVirtual, SWIG_JavaUnknownError, SWIG_JavaIllegalStateException,
  SWIG_JavaOutOfMemoryError = 1, SWIG_JavaIOException, SWIG_JavaRuntimeException, SWIG_JavaIndexOutOfBoundsException,
  SWIG_JavaArithmeticException, SWIG_JavaIllegalArgumentException, SWIG_JavaNullPointerException, SWIG_JavaDirectorPureVirtual,
  SWIG_JavaUnknownError, SWIG_JavaIllegalStateException, SWIG_JavaOutOfMemoryError = 1, SWIG_JavaIOException,
  SWIG_JavaRuntimeException, SWIG_JavaIndexOutOfBoundsException, SWIG_JavaArithmeticException, SWIG_JavaIllegalArgumentException,
  SWIG_JavaNullPointerException, SWIG_JavaDirectorPureVirtual, SWIG_JavaUnknownError, SWIG_JavaIllegalStateException,
  SWIG_JavaOutOfMemoryError = 1, SWIG_JavaIOException, SWIG_JavaRuntimeException, SWIG_JavaIndexOutOfBoundsException,
  SWIG_JavaArithmeticException, SWIG_JavaIllegalArgumentException, SWIG_JavaNullPointerException, SWIG_JavaDirectorPureVirtual,
  SWIG_JavaUnknownError, SWIG_JavaIllegalStateException, SWIG_JavaOutOfMemoryError = 1, SWIG_JavaIOException,
  SWIG_JavaRuntimeException, SWIG_JavaIndexOutOfBoundsException, SWIG_JavaArithmeticException, SWIG_JavaIllegalArgumentException,
  SWIG_JavaNullPointerException, SWIG_JavaDirectorPureVirtual, SWIG_JavaUnknownError, SWIG_JavaIllegalStateException
}
 

Functions

static void SWIGUNUSED SWIG_JavaThrowException (JNIEnv *jenv, SWIG_JavaExceptionCodes code, const char *msg)
 
SWIGINTERN std::string operations_research_MPSolver_loadModelFromProto (operations_research::MPSolver *self, operations_research::MPModelProto const &input_model)
 
SWIGINTERN std::string operations_research_MPSolver_loadModelFromProtoWithUniqueNamesOrDie (operations_research::MPSolver *self, operations_research::MPModelProto const &input_model)
 
SWIGINTERN operations_research::MPModelProto operations_research_MPSolver_exportModelToProto (operations_research::MPSolver *self)
 
SWIGINTERN operations_research::MPSolutionResponse operations_research_MPSolver_createSolutionResponseProto (operations_research::MPSolver *self)
 
SWIGINTERN bool operations_research_MPSolver_loadSolutionFromProto (operations_research::MPSolver *self, operations_research::MPSolutionResponse const &response)
 
SWIGINTERN operations_research::MPSolutionResponse operations_research_MPSolver_solveWithProto (operations_research::MPModelRequest const &model_request)
 
SWIGINTERN std::string operations_research_MPSolver_exportModelAsLpFormat__SWIG_0 (operations_research::MPSolver *self, operations_research::MPModelExportOptions const &options=operations_research::MPModelExportOptions())
 
SWIGINTERN std::string operations_research_MPSolver_exportModelAsMpsFormat__SWIG_0 (operations_research::MPSolver *self, operations_research::MPModelExportOptions const &options=operations_research::MPModelExportOptions())
 
SWIGINTERN void operations_research_MPSolver_setHint (operations_research::MPSolver *self, std::vector< operations_research::MPVariable * > const &variables, std::vector< double > const &values)
 
SWIGINTERN bool operations_research_MPSolver_setNumThreads (operations_research::MPSolver *self, int num_theads)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CLP_1LINEAR_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GLPK_1LINEAR_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GLOP_1LINEAR_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1SCIP_1MIXED_1INTEGER_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GLPK_1MIXED_1INTEGER_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CBC_1MIXED_1INTEGER_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GUROBI_1LINEAR_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GUROBI_1MIXED_1INTEGER_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CPLEX_1LINEAR_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CPLEX_1MIXED_1INTEGER_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1XPRESS_1LINEAR_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1XPRESS_1MIXED_1INTEGER_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1BOP_1INTEGER_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1SAT_1INTEGER_1PROGRAMMING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_new_1MPSolver (JNIEnv *jenv, jclass jcls, jstring jarg1, jint jarg2)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPSolver (JNIEnv *jenv, jclass jcls, jlong jarg1)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1createSolver (JNIEnv *jenv, jclass jcls, jstring jarg1)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1supportsProblemType (JNIEnv *jenv, jclass jcls, jint jarg1)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1isMip (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1clear (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1numVariables (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jobjectArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1variables (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1lookupVariableOrNull (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jstring jarg2)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeVar (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2, jdouble jarg3, jboolean jarg4, jstring jarg5)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeNumVar (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2, jdouble jarg3, jstring jarg4)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeIntVar (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2, jdouble jarg3, jstring jarg4)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeBoolVar (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jstring jarg2)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1numConstraints (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jobjectArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1constraints (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1lookupConstraintOrNull (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jstring jarg2)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_10 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2, jdouble jarg3)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_11 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_12 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2, jdouble jarg3, jstring jarg4)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_13 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jstring jarg2)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1objective (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1NOT_1SOLVED_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1solve_1_1SWIG_10 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1solve_1_1SWIG_11 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jobject jarg2_)
 
SWIGEXPORT jdoubleArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1computeConstraintActivities (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1verifySolution (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2, jboolean jarg3)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1reset (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1interruptSolve (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setSolverSpecificParametersAsString (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jstring jarg2)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1FREE_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1infinity (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1enableOutput (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1suppressOutput (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1iterations (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1nodes (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1computeExactConditionNumber (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setTimeLimit (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1wallTime (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setGurobiLibraryPath (JNIEnv *jenv, jclass jcls, jstring jarg1)
 
SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1loadModelFromProto (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jbyteArray jarg2)
 
SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1loadModelFromProtoWithUniqueNamesOrDie (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jbyteArray jarg2)
 
SWIGEXPORT jbyteArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelToProto (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jbyteArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1createSolutionResponseProto (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1loadSolutionFromProto (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jbyteArray jarg2)
 
SWIGEXPORT jbyteArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1solveWithProto (JNIEnv *jenv, jclass jcls, jbyteArray jarg1)
 
SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsLpFormat_1_1SWIG_10 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jobject jarg2_)
 
SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsLpFormat_1_1SWIG_11 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsMpsFormat_1_1SWIG_10 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jobject jarg2_)
 
SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsMpsFormat_1_1SWIG_11 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setHint (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jobjectArray jarg2, jdoubleArray jarg3)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setNumThreads (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1clear (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setCoefficient (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jobject jarg2_, jdouble jarg3)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1getCoefficient (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jobject jarg2_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setOffset (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1offset (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setOptimizationDirection (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jboolean jarg2)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setMinimization (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setMaximization (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1maximization (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1minimization (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1value (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1bestBound (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPObjective (JNIEnv *jenv, jclass jcls, jlong jarg1)
 
SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1name (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setInteger (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jboolean jarg2)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1solutionValue (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1index (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1lb (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1ub (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setLb (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setUb (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setBounds (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2, jdouble jarg3)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1reducedCost (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1basisStatus (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPVariable (JNIEnv *jenv, jclass jcls, jlong jarg1)
 
SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1name (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setCoefficient (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jobject jarg2_, jdouble jarg3)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1getCoefficient (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jobject jarg2_)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1lb (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1ub (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setLb (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setUb (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setBounds (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jdouble jarg2, jdouble jarg3)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1isLazy (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setIsLazy (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jboolean jarg2)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1index (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1dualValue (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1basisStatus (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPConstraint (JNIEnv *jenv, jclass jcls, jlong jarg1)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1RELATIVE_1MIP_1GAP_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRIMAL_1TOLERANCE_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1DUAL_1TOLERANCE_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRESOLVE_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1LP_1ALGORITHM_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1INCREMENTALITY_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1SCALING_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRESOLVE_1OFF_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRESOLVE_1ON_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1DUAL_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRIMAL_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1BARRIER_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1INCREMENTALITY_1OFF_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1INCREMENTALITY_1ON_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1SCALING_1OFF_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1SCALING_1ON_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultRelativeMipGap_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultPrimalTolerance_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultDualTolerance_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultPresolve_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultIncrementality_1get (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_new_1MPSolverParameters (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1setDoubleParam (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2, jdouble jarg3)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1setIntegerParam (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2, jint jarg3)
 
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1getDoubleParam (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1getIntegerParam (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPSolverParameters (JNIEnv *jenv, jclass jcls, jlong jarg1)
 
SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_new_1MPModelExportOptions (JNIEnv *jenv, jclass jcls)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1Obfuscate_1set (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jboolean jarg2)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1Obfuscate_1get (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1LogInvalidNames_1set (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jboolean jarg2)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1LogInvalidNames_1get (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1ShowUnusedVariables_1set (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jboolean jarg2)
 
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1ShowUnusedVariables_1get (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1MaxLineLength_1set (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2)
 
SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1MaxLineLength_1get (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_)
 
SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPModelExportOptions (JNIEnv *jenv, jclass jcls, jlong jarg1)
 

Macro Definition Documentation

◆ SWIG_contract_assert

#define SWIG_contract_assert (   nullreturn,
  expr,
  msg 
)    if (!(expr)) {SWIG_JavaThrowException(jenv, SWIG_JavaIllegalArgumentException, msg); return nullreturn; } else

Definition at line 233 of file linear_solver_java_wrap.cc.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 128 of file linear_solver_java_wrap.cc.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 65 of file linear_solver_java_wrap.cc.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 100 of file linear_solver_java_wrap.cc.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 105 of file linear_solver_java_wrap.cc.

◆ SWIGJAVA

#define SWIGJAVA

Definition at line 14 of file linear_solver_java_wrap.cc.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 138 of file linear_solver_java_wrap.cc.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 56 of file linear_solver_java_wrap.cc.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 80 of file linear_solver_java_wrap.cc.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 94 of file linear_solver_java_wrap.cc.

◆ SWIGWORDSIZE64

#define SWIGWORDSIZE64

Definition at line 239 of file linear_solver_java_wrap.cc.

Enumeration Type Documentation

◆ SWIG_JavaExceptionCodes

Enumerator
SWIG_JavaOutOfMemoryError 
SWIG_JavaIOException 
SWIG_JavaRuntimeException 
SWIG_JavaIndexOutOfBoundsException 
SWIG_JavaArithmeticException 
SWIG_JavaIllegalArgumentException 
SWIG_JavaNullPointerException 
SWIG_JavaDirectorPureVirtual 
SWIG_JavaUnknownError 
SWIG_JavaIllegalStateException 
SWIG_JavaOutOfMemoryError 
SWIG_JavaIOException 
SWIG_JavaRuntimeException 
SWIG_JavaIndexOutOfBoundsException 
SWIG_JavaArithmeticException 
SWIG_JavaIllegalArgumentException 
SWIG_JavaNullPointerException 
SWIG_JavaDirectorPureVirtual 
SWIG_JavaUnknownError 
SWIG_JavaIllegalStateException 
SWIG_JavaOutOfMemoryError 
SWIG_JavaIOException 
SWIG_JavaRuntimeException 
SWIG_JavaIndexOutOfBoundsException 
SWIG_JavaArithmeticException 
SWIG_JavaIllegalArgumentException 
SWIG_JavaNullPointerException 
SWIG_JavaDirectorPureVirtual 
SWIG_JavaUnknownError 
SWIG_JavaIllegalStateException 
SWIG_JavaOutOfMemoryError 
SWIG_JavaIOException 
SWIG_JavaRuntimeException 
SWIG_JavaIndexOutOfBoundsException 
SWIG_JavaArithmeticException 
SWIG_JavaIllegalArgumentException 
SWIG_JavaNullPointerException 
SWIG_JavaDirectorPureVirtual 
SWIG_JavaUnknownError 
SWIG_JavaIllegalStateException 
SWIG_JavaOutOfMemoryError 
SWIG_JavaIOException 
SWIG_JavaRuntimeException 
SWIG_JavaIndexOutOfBoundsException 
SWIG_JavaArithmeticException 
SWIG_JavaIllegalArgumentException 
SWIG_JavaNullPointerException 
SWIG_JavaDirectorPureVirtual 
SWIG_JavaUnknownError 
SWIG_JavaIllegalStateException 
SWIG_JavaOutOfMemoryError 
SWIG_JavaIOException 
SWIG_JavaRuntimeException 
SWIG_JavaIndexOutOfBoundsException 
SWIG_JavaArithmeticException 
SWIG_JavaIllegalArgumentException 
SWIG_JavaNullPointerException 
SWIG_JavaDirectorPureVirtual 
SWIG_JavaUnknownError 
SWIG_JavaIllegalStateException 

Definition at line 184 of file linear_solver_java_wrap.cc.

Function Documentation

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPConstraint()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPConstraint ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1 
)

Definition at line 2067 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPModelExportOptions()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPModelExportOptions ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1 
)

Definition at line 2539 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPObjective()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPObjective ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1 
)

Definition at line 1695 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPSolver()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPSolver ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1 
)

Definition at line 522 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPSolverParameters()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPSolverParameters ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1 
)

Definition at line 2405 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPVariable()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_delete_1MPVariable ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1 
)

Definition at line 1864 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1basisStatus()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1basisStatus ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 2052 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1dualValue()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1dualValue ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 2037 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1getCoefficient()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1getCoefficient ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jlong  jarg2,
jobject  jarg2_ 
)

Definition at line 1905 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1index()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1index ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 2022 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1isLazy()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1isLazy ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1994 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1lb()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1lb ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1923 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1name()

SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1name ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1874 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setBounds()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setBounds ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2,
jdouble  jarg3 
)

Definition at line 1979 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setCoefficient()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setCoefficient ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jlong  jarg2,
jobject  jarg2_,
jdouble  jarg3 
)

Definition at line 1889 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setIsLazy()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setIsLazy ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jboolean  jarg2 
)

Definition at line 2009 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setLb()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setLb ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2 
)

Definition at line 1953 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setUb()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1setUb ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2 
)

Definition at line 1966 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1ub()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPConstraint_1ub ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1938 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1LogInvalidNames_1get()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1LogInvalidNames_1get ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 2468 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1LogInvalidNames_1set()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1LogInvalidNames_1set ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jboolean  jarg2 
)

Definition at line 2455 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1MaxLineLength_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1MaxLineLength_1get ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 2524 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1MaxLineLength_1set()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1MaxLineLength_1set ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jint  jarg2 
)

Definition at line 2511 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1Obfuscate_1get()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1Obfuscate_1get ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 2440 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1Obfuscate_1set()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1Obfuscate_1set ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jboolean  jarg2 
)

Definition at line 2427 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1ShowUnusedVariables_1get()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1ShowUnusedVariables_1get ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 2496 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1ShowUnusedVariables_1set()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPModelExportOptions_1ShowUnusedVariables_1set ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jboolean  jarg2 
)

Definition at line 2483 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1bestBound()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1bestBound ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1680 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1clear()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1clear ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1527 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1getCoefficient()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1getCoefficient ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jlong  jarg2,
jobject  jarg2_ 
)

Definition at line 1554 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1maximization()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1maximization ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1635 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1minimization()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1minimization ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1650 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1offset()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1offset ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1585 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setCoefficient()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setCoefficient ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jlong  jarg2,
jobject  jarg2_,
jdouble  jarg3 
)

Definition at line 1538 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setMaximization()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setMaximization ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1624 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setMinimization()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setMinimization ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1613 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setOffset()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setOffset ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2 
)

Definition at line 1572 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setOptimizationDirection()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1setOptimizationDirection ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jboolean  jarg2 
)

Definition at line 1600 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1value()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPObjective_1value ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1665 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1BOP_1INTEGER_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1BOP_1INTEGER_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 474 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CBC_1MIXED_1INTEGER_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CBC_1MIXED_1INTEGER_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 390 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1clear()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1clear ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 583 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CLP_1LINEAR_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CLP_1LINEAR_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 330 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1computeConstraintActivities()

SWIGEXPORT jdoubleArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1computeConstraintActivities ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1000 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1computeExactConditionNumber()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1computeExactConditionNumber ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1165 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1constraints()

SWIGEXPORT jobjectArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1constraints ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 793 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CPLEX_1LINEAR_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CPLEX_1LINEAR_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 426 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CPLEX_1MIXED_1INTEGER_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1CPLEX_1MIXED_1INTEGER_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 438 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1createSolutionResponseProto()

SWIGEXPORT jbyteArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1createSolutionResponseProto ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1304 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1createSolver()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1createSolver ( JNIEnv *  jenv,
jclass  jcls,
jstring  jarg1 
)

Definition at line 532 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1enableOutput()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1enableOutput ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1113 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsLpFormat_1_1SWIG_10()

SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsLpFormat_1_1SWIG_10 ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jlong  jarg2,
jobject  jarg2_ 
)

Definition at line 1384 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsLpFormat_1_1SWIG_11()

SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsLpFormat_1_1SWIG_11 ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1406 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsMpsFormat_1_1SWIG_10()

SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsMpsFormat_1_1SWIG_10 ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jlong  jarg2,
jobject  jarg2_ 
)

Definition at line 1421 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsMpsFormat_1_1SWIG_11()

SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelAsMpsFormat_1_1SWIG_11 ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1443 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelToProto()

SWIGEXPORT jbyteArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1exportModelToProto ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1284 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1FREE_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1FREE_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 1089 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GLOP_1LINEAR_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GLOP_1LINEAR_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 354 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GLPK_1LINEAR_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GLPK_1LINEAR_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 342 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GLPK_1MIXED_1INTEGER_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GLPK_1MIXED_1INTEGER_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 378 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GUROBI_1LINEAR_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GUROBI_1LINEAR_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 402 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GUROBI_1MIXED_1INTEGER_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1GUROBI_1MIXED_1INTEGER_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 414 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1infinity()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1infinity ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 1101 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1interruptSolve()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1interruptSolve ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1049 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1isMip()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1isMip ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 568 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1iterations()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1iterations ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1135 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1loadModelFromProto()

SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1loadModelFromProto ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jbyteArray  jarg2 
)

Definition at line 1226 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1loadModelFromProtoWithUniqueNamesOrDie()

SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1loadModelFromProtoWithUniqueNamesOrDie ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jbyteArray  jarg2 
)

Definition at line 1255 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1loadSolutionFromProto()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1loadSolutionFromProto ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jbyteArray  jarg2 
)

Definition at line 1324 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1lookupConstraintOrNull()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1lookupConstraintOrNull ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jstring  jarg2 
)

Definition at line 823 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1lookupVariableOrNull()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1lookupVariableOrNull ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jstring  jarg2 
)

Definition at line 639 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeBoolVar()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeBoolVar ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jstring  jarg2 
)

Definition at line 753 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_10()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_10 ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2,
jdouble  jarg3 
)

Definition at line 848 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_11()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_11 ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 867 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_12()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_12 ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2,
jdouble  jarg3,
jstring  jarg4 
)

Definition at line 882 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_13()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeConstraint_1_1SWIG_13 ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jstring  jarg2 
)

Definition at line 911 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeIntVar()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeIntVar ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2,
jdouble  jarg3,
jstring  jarg4 
)

Definition at line 724 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeNumVar()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeNumVar ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2,
jdouble  jarg3,
jstring  jarg4 
)

Definition at line 695 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeVar()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1makeVar ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2,
jdouble  jarg3,
jboolean  jarg4,
jstring  jarg5 
)

Definition at line 664 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1nodes()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1nodes ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1150 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1NOT_1SOLVED_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1NOT_1SOLVED_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 951 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1numConstraints()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1numConstraints ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 778 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1numVariables()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1numVariables ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 594 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1objective()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1objective ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 936 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1reset()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1reset ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1038 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1SAT_1INTEGER_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1SAT_1INTEGER_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 486 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1SCIP_1MIXED_1INTEGER_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1SCIP_1MIXED_1INTEGER_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 366 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setGurobiLibraryPath()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setGurobiLibraryPath ( JNIEnv *  jenv,
jclass  jcls,
jstring  jarg1 
)

Definition at line 1208 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setHint()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setHint ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jobjectArray  jarg2,
jdoubleArray  jarg3 
)

Definition at line 1458 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setNumThreads()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setNumThreads ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jint  jarg2 
)

Definition at line 1510 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setSolverSpecificParametersAsString()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setSolverSpecificParametersAsString ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jstring  jarg2 
)

Definition at line 1064 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setTimeLimit()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1setTimeLimit ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jlong  jarg2 
)

Definition at line 1180 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1solve_1_1SWIG_10()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1solve_1_1SWIG_10 ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 963 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1solve_1_1SWIG_11()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1solve_1_1SWIG_11 ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jlong  jarg2,
jobject  jarg2_ 
)

Definition at line 978 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1solveWithProto()

SWIGEXPORT jbyteArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1solveWithProto ( JNIEnv *  jenv,
jclass  jcls,
jbyteArray  jarg1 
)

Definition at line 1353 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1supportsProblemType()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1supportsProblemType ( JNIEnv *  jenv,
jclass  jcls,
jint  jarg1 
)

Definition at line 554 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1suppressOutput()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1suppressOutput ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1124 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1variables()

SWIGEXPORT jobjectArray JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1variables ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 609 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1verifySolution()

SWIGEXPORT jboolean JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1verifySolution ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2,
jboolean  jarg3 
)

Definition at line 1019 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1wallTime()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1wallTime ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1193 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1XPRESS_1LINEAR_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1XPRESS_1LINEAR_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 450 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1XPRESS_1MIXED_1INTEGER_1PROGRAMMING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1XPRESS_1MIXED_1INTEGER_1PROGRAMMING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 462 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1BARRIER_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1BARRIER_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2209 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1DUAL_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1DUAL_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2185 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1DUAL_1TOLERANCE_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1DUAL_1TOLERANCE_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2101 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1getDoubleParam()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1getDoubleParam ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jint  jarg2 
)

Definition at line 2371 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1getIntegerParam()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1getIntegerParam ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jint  jarg2 
)

Definition at line 2388 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1INCREMENTALITY_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1INCREMENTALITY_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2137 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1INCREMENTALITY_1OFF_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1INCREMENTALITY_1OFF_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2221 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1INCREMENTALITY_1ON_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1INCREMENTALITY_1ON_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2233 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultDualTolerance_1get()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultDualTolerance_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2293 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultIncrementality_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultIncrementality_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2317 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultPresolve_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultPresolve_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2305 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultPrimalTolerance_1get()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultPrimalTolerance_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2281 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultRelativeMipGap_1get()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1kDefaultRelativeMipGap_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2269 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1LP_1ALGORITHM_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1LP_1ALGORITHM_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2125 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRESOLVE_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRESOLVE_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2113 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRESOLVE_1OFF_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRESOLVE_1OFF_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2161 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRESOLVE_1ON_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRESOLVE_1ON_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2173 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRIMAL_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRIMAL_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2197 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRIMAL_1TOLERANCE_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1PRIMAL_1TOLERANCE_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2089 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1RELATIVE_1MIP_1GAP_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1RELATIVE_1MIP_1GAP_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2077 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1SCALING_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1SCALING_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2149 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1SCALING_1OFF_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1SCALING_1OFF_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2245 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1SCALING_1ON_1get()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1SCALING_1ON_1get ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2257 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1setDoubleParam()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1setDoubleParam ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jint  jarg2,
jdouble  jarg3 
)

Definition at line 2341 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1setIntegerParam()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolverParameters_1setIntegerParam ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jint  jarg2,
jint  jarg3 
)

Definition at line 2356 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1basisStatus()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1basisStatus ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1849 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1index()

SWIGEXPORT jint JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1index ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1748 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1lb()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1lb ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1763 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1name()

SWIGEXPORT jstring JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1name ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1705 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1reducedCost()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1reducedCost ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1834 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setBounds()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setBounds ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2,
jdouble  jarg3 
)

Definition at line 1819 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setInteger()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setInteger ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jboolean  jarg2 
)

Definition at line 1720 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setLb()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setLb ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2 
)

Definition at line 1793 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setUb()

SWIGEXPORT void JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1setUb ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_,
jdouble  jarg2 
)

Definition at line 1806 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1solutionValue()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1solutionValue ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1733 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1ub()

SWIGEXPORT jdouble JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPVariable_1ub ( JNIEnv *  jenv,
jclass  jcls,
jlong  jarg1,
jobject  jarg1_ 
)

Definition at line 1778 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_new_1MPModelExportOptions()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_new_1MPModelExportOptions ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2415 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_new_1MPSolver()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_new_1MPSolver ( JNIEnv *  jenv,
jclass  jcls,
jstring  jarg1,
jint  jarg2 
)

Definition at line 498 of file linear_solver_java_wrap.cc.

◆ Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_new_1MPSolverParameters()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_new_1MPSolverParameters ( JNIEnv *  jenv,
jclass  jcls 
)

Definition at line 2329 of file linear_solver_java_wrap.cc.

◆ operations_research_MPSolver_createSolutionResponseProto()

SWIGINTERN operations_research::MPSolutionResponse operations_research_MPSolver_createSolutionResponseProto ( operations_research::MPSolver self)

Definition at line 287 of file linear_solver_java_wrap.cc.

◆ operations_research_MPSolver_exportModelAsLpFormat__SWIG_0()

SWIGINTERN std::string operations_research_MPSolver_exportModelAsLpFormat__SWIG_0 ( operations_research::MPSolver self,
operations_research::MPModelExportOptions const &  options = operations_research::MPModelExportOptions() 
)

Definition at line 300 of file linear_solver_java_wrap.cc.

◆ operations_research_MPSolver_exportModelAsMpsFormat__SWIG_0()

SWIGINTERN std::string operations_research_MPSolver_exportModelAsMpsFormat__SWIG_0 ( operations_research::MPSolver self,
operations_research::MPModelExportOptions const &  options = operations_research::MPModelExportOptions() 
)

Definition at line 305 of file linear_solver_java_wrap.cc.

◆ operations_research_MPSolver_exportModelToProto()

SWIGINTERN operations_research::MPModelProto operations_research_MPSolver_exportModelToProto ( operations_research::MPSolver self)

Definition at line 282 of file linear_solver_java_wrap.cc.

◆ operations_research_MPSolver_loadModelFromProto()

SWIGINTERN std::string operations_research_MPSolver_loadModelFromProto ( operations_research::MPSolver self,
operations_research::MPModelProto const &  input_model 
)

Definition at line 266 of file linear_solver_java_wrap.cc.

◆ operations_research_MPSolver_loadModelFromProtoWithUniqueNamesOrDie()

SWIGINTERN std::string operations_research_MPSolver_loadModelFromProtoWithUniqueNamesOrDie ( operations_research::MPSolver self,
operations_research::MPModelProto const &  input_model 
)

Definition at line 271 of file linear_solver_java_wrap.cc.

◆ operations_research_MPSolver_loadSolutionFromProto()

SWIGINTERN bool operations_research_MPSolver_loadSolutionFromProto ( operations_research::MPSolver self,
operations_research::MPSolutionResponse const &  response 
)

Definition at line 292 of file linear_solver_java_wrap.cc.

◆ operations_research_MPSolver_setHint()

SWIGINTERN void operations_research_MPSolver_setHint ( operations_research::MPSolver self,
std::vector< operations_research::MPVariable * > const &  variables,
std::vector< double > const &  values 
)

Definition at line 310 of file linear_solver_java_wrap.cc.

◆ operations_research_MPSolver_setNumThreads()

SWIGINTERN bool operations_research_MPSolver_setNumThreads ( operations_research::MPSolver self,
int  num_theads 
)

Definition at line 322 of file linear_solver_java_wrap.cc.

◆ operations_research_MPSolver_solveWithProto()

SWIGINTERN operations_research::MPSolutionResponse operations_research_MPSolver_solveWithProto ( operations_research::MPModelRequest const &  model_request)

Definition at line 295 of file linear_solver_java_wrap.cc.

◆ SWIG_JavaThrowException()

static void SWIGUNUSED SWIG_JavaThrowException ( JNIEnv *  jenv,
SWIG_JavaExceptionCodes  code,
const char *  msg 
)
static

Definition at line 203 of file linear_solver_java_wrap.cc.