![]() |
OR-Tools
8.0
|
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 |
Functions | |
| static void SWIGUNUSED | SWIG_JavaThrowException (JNIEnv *jenv, SWIG_JavaExceptionCodes code, const char *msg) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_new_1Domain_1_1SWIG_10 (JNIEnv *jenv, jclass jcls) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_new_1Domain_1_1SWIG_11 (JNIEnv *jenv, jclass jcls, jlong jarg1) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_new_1Domain_1_1SWIG_12 (JNIEnv *jenv, jclass jcls, jlong jarg1, jlong jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1allValues (JNIEnv *jenv, jclass jcls) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1fromValues (JNIEnv *jenv, jclass jcls, jlongArray jarg1) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1fromIntervals (JNIEnv *jenv, jclass jcls, jobjectArray jarg1) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1fromFlatIntervals (JNIEnv *jenv, jclass jcls, jlongArray jarg1) |
| SWIGEXPORT jlongArray JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1flattenedIntervals (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jboolean JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1isEmpty (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1size (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1min (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1max (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jboolean JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1contains (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1complement (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1negation (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1intersectionWith (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jobject jarg2_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1unionWith (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jobject jarg2_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1additionWith (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jobject jarg2_) |
| SWIGEXPORT jstring JNICALL | Java_com_google_ortools_util_mainJNI_Domain_1toString (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT void JNICALL | Java_com_google_ortools_util_mainJNI_delete_1Domain (JNIEnv *jenv, jclass jcls, jlong jarg1) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_new_1SortedDisjointIntervalList_1_1SWIG_10 (JNIEnv *jenv, jclass jcls) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_new_1SortedDisjointIntervalList_1_1SWIG_11 (JNIEnv *jenv, jclass jcls, jlongArray jarg1, jlongArray jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_new_1SortedDisjointIntervalList_1_1SWIG_12 (JNIEnv *jenv, jclass jcls, jintArray jarg1, jintArray jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1buildComplementOnInterval (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jlong jarg3) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1insertInterval (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlong jarg2, jlong jarg3) |
| SWIGEXPORT void JNICALL | Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1insertIntervals_1_1SWIG_10 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jlongArray jarg2, jlongArray jarg3) |
| SWIGEXPORT void JNICALL | Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1insertIntervals_1_1SWIG_11 (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jintArray jarg2, jintArray jarg3) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1numIntervals (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jstring JNICALL | Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1toString (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT void JNICALL | Java_com_google_ortools_util_mainJNI_delete_1SortedDisjointIntervalList (JNIEnv *jenv, jclass jcls, jlong jarg1) |
| #define SWIG_contract_assert | ( | nullreturn, | |
| expr, | |||
| msg | |||
| ) | if (!(expr)) {SWIG_JavaThrowException(jenv, SWIG_JavaIllegalArgumentException, msg); return nullreturn; } else |
Definition at line 233 of file util_java_wrap.cc.
| #define SWIGEXPORT |
Definition at line 128 of file util_java_wrap.cc.
| #define SWIGINLINE |
Definition at line 65 of file util_java_wrap.cc.
| #define SWIGINTERN static SWIGUNUSED |
Definition at line 100 of file util_java_wrap.cc.
| #define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 105 of file util_java_wrap.cc.
| #define SWIGJAVA |
Definition at line 14 of file util_java_wrap.cc.
| #define SWIGSTDCALL |
Definition at line 138 of file util_java_wrap.cc.
| #define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 56 of file util_java_wrap.cc.
| #define SWIGUNUSED |
Definition at line 80 of file util_java_wrap.cc.
| #define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 94 of file util_java_wrap.cc.
| #define SWIGWORDSIZE64 |
Definition at line 246 of file util_java_wrap.cc.
Definition at line 184 of file util_java_wrap.cc.
| SWIGEXPORT void JNICALL Java_com_google_ortools_util_mainJNI_delete_1Domain | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1 | ||
| ) |
Definition at line 631 of file util_java_wrap.cc.
| SWIGEXPORT void JNICALL Java_com_google_ortools_util_mainJNI_delete_1SortedDisjointIntervalList | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1 | ||
| ) |
Definition at line 927 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1additionWith | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jlong | jarg2, | ||
| jobject | jarg2_ | ||
| ) |
Definition at line 594 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1allValues | ( | JNIEnv * | jenv, |
| jclass | jcls | ||
| ) |
Definition at line 312 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1complement | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 520 of file util_java_wrap.cc.
| SWIGEXPORT jboolean JNICALL Java_com_google_ortools_util_mainJNI_Domain_1contains | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jlong | jarg2 | ||
| ) |
Definition at line 503 of file util_java_wrap.cc.
| SWIGEXPORT jlongArray JNICALL Java_com_google_ortools_util_mainJNI_Domain_1flattenedIntervals | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 424 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1fromFlatIntervals | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlongArray | jarg1 | ||
| ) |
Definition at line 392 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1fromIntervals | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jobjectArray | jarg1 | ||
| ) |
Definition at line 353 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1fromValues | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlongArray | jarg1 | ||
| ) |
Definition at line 324 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1intersectionWith | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jlong | jarg2, | ||
| jobject | jarg2_ | ||
| ) |
Definition at line 550 of file util_java_wrap.cc.
| SWIGEXPORT jboolean JNICALL Java_com_google_ortools_util_mainJNI_Domain_1isEmpty | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 443 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1max | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 488 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1min | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 473 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1negation | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 535 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1size | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 458 of file util_java_wrap.cc.
| SWIGEXPORT jstring JNICALL Java_com_google_ortools_util_mainJNI_Domain_1toString | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 616 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_Domain_1unionWith | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jlong | jarg2, | ||
| jobject | jarg2_ | ||
| ) |
Definition at line 572 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_new_1Domain_1_1SWIG_10 | ( | JNIEnv * | jenv, |
| jclass | jcls | ||
| ) |
Definition at line 270 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_new_1Domain_1_1SWIG_11 | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1 | ||
| ) |
Definition at line 282 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_new_1Domain_1_1SWIG_12 | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jlong | jarg2 | ||
| ) |
Definition at line 296 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_new_1SortedDisjointIntervalList_1_1SWIG_10 | ( | JNIEnv * | jenv, |
| jclass | jcls | ||
| ) |
Definition at line 641 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_new_1SortedDisjointIntervalList_1_1SWIG_11 | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlongArray | jarg1, | ||
| jlongArray | jarg2 | ||
| ) |
Definition at line 653 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_new_1SortedDisjointIntervalList_1_1SWIG_12 | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jintArray | jarg1, | ||
| jintArray | jarg2 | ||
| ) |
Definition at line 705 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1buildComplementOnInterval | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jlong | jarg2, | ||
| jlong | jarg3 | ||
| ) |
Definition at line 757 of file util_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1insertInterval | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jlong | jarg2, | ||
| jlong | jarg3 | ||
| ) |
Definition at line 776 of file util_java_wrap.cc.
| SWIGEXPORT void JNICALL Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1insertIntervals_1_1SWIG_10 | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jlongArray | jarg2, | ||
| jlongArray | jarg3 | ||
| ) |
Definition at line 795 of file util_java_wrap.cc.
| SWIGEXPORT void JNICALL Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1insertIntervals_1_1SWIG_11 | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jintArray | jarg2, | ||
| jintArray | jarg3 | ||
| ) |
Definition at line 846 of file util_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1numIntervals | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 897 of file util_java_wrap.cc.
| SWIGEXPORT jstring JNICALL Java_com_google_ortools_util_mainJNI_SortedDisjointIntervalList_1toString | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 912 of file util_java_wrap.cc.
|
static |
Definition at line 203 of file util_java_wrap.cc.