|
| 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 jint JNICALL | Java_com_google_ortools_linearsolver_main_1research_1linear_1solverJNI_MPSolver_1problemType (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_1variable (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| |
| 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_1constraint (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| |
| 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 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) |
| |