![]() |
OR-Tools
8.1
|
Go to the source code of this file.
Classes | |
struct | SWIG_JavaExceptions_t |
class | JObjectWrapper |
class | LocalRefGuard |
class | Director |
class | Director::JNIEnvWrapper |
class | BoolArray< N > |
class | JavaString |
class | JavaExceptionMessage |
class | DirectorException |
Namespaces | |
Swig | |
Macros | |
#define | SWIGJAVA |
#define | SWIG_DIRECTORS |
#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 |
#define SWIG_contract_assert | ( | nullreturn, | |
expr, | |||
msg | |||
) | if (!(expr)) {SWIG_JavaThrowException(jenv, SWIG_JavaIllegalArgumentException, msg); return nullreturn; } else |
Definition at line 233 of file sat_java_wrap.cc.
#define SWIG_DIRECTORS |
Definition at line 16 of file sat_java_wrap.cc.
#define SWIGEXPORT |
Definition at line 128 of file sat_java_wrap.cc.
#define SWIGINLINE |
Definition at line 65 of file sat_java_wrap.cc.
#define SWIGINTERN static SWIGUNUSED |
Definition at line 100 of file sat_java_wrap.cc.
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 105 of file sat_java_wrap.cc.
#define SWIGJAVA |
Definition at line 13 of file sat_java_wrap.cc.
#define SWIGSTDCALL |
Definition at line 138 of file sat_java_wrap.cc.
#define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 56 of file sat_java_wrap.cc.
#define SWIGUNUSED |
Definition at line 80 of file sat_java_wrap.cc.
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 94 of file sat_java_wrap.cc.
#define SWIGWORDSIZE64 |
Definition at line 756 of file sat_java_wrap.cc.
Definition at line 185 of file sat_java_wrap.cc.
SWIGEXPORT void JNICALL Java_com_google_ortools_sat_mainJNI_delete_1SatHelper | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1 | ||
) |
Definition at line 1377 of file sat_java_wrap.cc.
SWIGEXPORT void JNICALL Java_com_google_ortools_sat_mainJNI_delete_1SolutionCallback | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1 | ||
) |
Definition at line 866 of file sat_java_wrap.cc.
SWIGEXPORT jlong JNICALL Java_com_google_ortools_sat_mainJNI_new_1SatHelper | ( | JNIEnv * | jenv, |
jclass | jcls | ||
) |
Definition at line 1365 of file sat_java_wrap.cc.
SWIGEXPORT jlong JNICALL Java_com_google_ortools_sat_mainJNI_new_1SolutionCallback | ( | JNIEnv * | jenv, |
jclass | jcls | ||
) |
Definition at line 1067 of file sat_java_wrap.cc.
SWIGEXPORT jstring JNICALL Java_com_google_ortools_sat_mainJNI_SatHelper_1modelStats | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jbyteArray | jarg1 | ||
) |
Definition at line 1225 of file sat_java_wrap.cc.
SWIGEXPORT jbyteArray JNICALL Java_com_google_ortools_sat_mainJNI_SatHelper_1solve | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jbyteArray | jarg1 | ||
) |
Definition at line 1097 of file sat_java_wrap.cc.
SWIGEXPORT jstring JNICALL Java_com_google_ortools_sat_mainJNI_SatHelper_1solverResponseStats | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jbyteArray | jarg1 | ||
) |
Definition at line 1251 of file sat_java_wrap.cc.
SWIGEXPORT jbyteArray JNICALL Java_com_google_ortools_sat_mainJNI_SatHelper_1solveWithParameters | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jbyteArray | jarg1, | ||
jbyteArray | jarg2 | ||
) |
Definition at line 1128 of file sat_java_wrap.cc.
SWIGEXPORT jbyteArray JNICALL Java_com_google_ortools_sat_mainJNI_SatHelper_1solveWithParametersAndSolutionCallback | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jbyteArray | jarg1, | ||
jbyteArray | jarg2, | ||
jlong | jarg3, | ||
jobject | jarg3_ | ||
) |
Definition at line 1173 of file sat_java_wrap.cc.
SWIGEXPORT jstring JNICALL Java_com_google_ortools_sat_mainJNI_SatHelper_1validateModel | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jbyteArray | jarg1 | ||
) |
Definition at line 1277 of file sat_java_wrap.cc.
SWIGEXPORT jlong JNICALL Java_com_google_ortools_sat_mainJNI_SatHelper_1variableDomain | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jbyteArray | jarg1 | ||
) |
Definition at line 1303 of file sat_java_wrap.cc.
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_sat_mainJNI_SatHelper_1writeModelToFile | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jbyteArray | jarg1, | ||
jstring | jarg2 | ||
) |
Definition at line 1329 of file sat_java_wrap.cc.
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1bestObjectiveBound | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 1007 of file sat_java_wrap.cc.
SWIGEXPORT void JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1change_1ownership | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jobject | jself, | ||
jlong | objarg, | ||
jboolean | jtake_or_release | ||
) |
Definition at line 1087 of file sat_java_wrap.cc.
SWIGEXPORT void JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1director_1connect | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jobject | jself, | ||
jlong | objarg, | ||
jboolean | jswig_mem_own, | ||
jboolean | jweak_global | ||
) |
Definition at line 1079 of file sat_java_wrap.cc.
SWIGEXPORT jlong JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1numBinaryPropagations | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 932 of file sat_java_wrap.cc.
SWIGEXPORT jlong JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1numBooleans | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 887 of file sat_java_wrap.cc.
SWIGEXPORT jlong JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1numBranches | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 902 of file sat_java_wrap.cc.
SWIGEXPORT jlong JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1numConflicts | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 917 of file sat_java_wrap.cc.
SWIGEXPORT jlong JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1numIntegerPropagations | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 947 of file sat_java_wrap.cc.
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1objectiveValue | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 992 of file sat_java_wrap.cc.
SWIGEXPORT void JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1onSolutionCallback | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 876 of file sat_java_wrap.cc.
SWIGEXPORT jboolean JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1solutionBooleanValue | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_, | ||
jint | jarg2 | ||
) |
Definition at line 1039 of file sat_java_wrap.cc.
SWIGEXPORT jlong JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1solutionIntegerValue | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_, | ||
jint | jarg2 | ||
) |
Definition at line 1022 of file sat_java_wrap.cc.
SWIGEXPORT void JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1stopSearch | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 1056 of file sat_java_wrap.cc.
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1userTime | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 977 of file sat_java_wrap.cc.
SWIGEXPORT jdouble JNICALL Java_com_google_ortools_sat_mainJNI_SolutionCallback_1wallTime | ( | JNIEnv * | jenv, |
jclass | jcls, | ||
jlong | jarg1, | ||
jobject | jarg1_ | ||
) |
Definition at line 962 of file sat_java_wrap.cc.
SWIGEXPORT void JNICALL Java_com_google_ortools_sat_mainJNI_swig_1module_1init | ( | JNIEnv * | jenv, |
jclass | jcls | ||
) |
Definition at line 1387 of file sat_java_wrap.cc.
|
static |
Definition at line 204 of file sat_java_wrap.cc.