![]() |
OR-Tools
9.2
|
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 |
Functions | |
| static void SWIGUNUSED | SWIG_JavaThrowException (JNIEnv *jenv, SWIG_JavaExceptionCodes code, const char *msg) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_new_1MaxFlow (JNIEnv *jenv, jclass jcls) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MaxFlow_1addArcWithCapacity (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2, jint jarg3, jlong jarg4) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MaxFlow_1getNumNodes (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MaxFlow_1getNumArcs (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MaxFlow_1getTail (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MaxFlow_1getHead (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_MaxFlow_1getCapacity (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MaxFlow_1solve (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2, jint jarg3) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_MaxFlow_1getOptimalFlow (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_MaxFlow_1getFlow (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT void JNICALL | Java_com_google_ortools_graph_mainJNI_MaxFlow_1setArcCapacity (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2, jlong jarg3) |
| SWIGEXPORT void JNICALL | Java_com_google_ortools_graph_mainJNI_delete_1MaxFlow (JNIEnv *jenv, jclass jcls, jlong jarg1) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_new_1MinCostFlowBase (JNIEnv *jenv, jclass jcls) |
| SWIGEXPORT void JNICALL | Java_com_google_ortools_graph_mainJNI_delete_1MinCostFlowBase (JNIEnv *jenv, jclass jcls, jlong jarg1) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_new_1MinCostFlow_1_1SWIG_10 (JNIEnv *jenv, jclass jcls, jint jarg1, jint jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_new_1MinCostFlow_1_1SWIG_11 (JNIEnv *jenv, jclass jcls, jint jarg1) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_new_1MinCostFlow_1_1SWIG_12 (JNIEnv *jenv, jclass jcls) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1addArcWithCapacityAndUnitCost (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2, jint jarg3, jlong jarg4, jlong jarg5) |
| SWIGEXPORT void JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1setNodeSupply (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2, jlong jarg3) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1solve (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1solveMaxFlowWithMinCost (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getOptimalCost (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getMaximumFlow (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getFlow (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getNumNodes (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getNumArcs (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getTail (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getHead (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getCapacity (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getSupply (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getUnitCost (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT void JNICALL | Java_com_google_ortools_graph_mainJNI_delete_1MinCostFlow (JNIEnv *jenv, jclass jcls, jlong jarg1) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_new_1LinearSumAssignment (JNIEnv *jenv, jclass jcls) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1addArcWithCost (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2, jint jarg3, jlong jarg4) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getNumNodes (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getNumArcs (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getLeftNode (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getRightNode (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getCost (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1solve (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getOptimalCost (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_) |
| SWIGEXPORT jint JNICALL | Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getRightMate (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getAssignmentCost (JNIEnv *jenv, jclass jcls, jlong jarg1, jobject jarg1_, jint jarg2) |
| SWIGEXPORT void JNICALL | Java_com_google_ortools_graph_mainJNI_delete_1LinearSumAssignment (JNIEnv *jenv, jclass jcls, jlong jarg1) |
| SWIGEXPORT jlong JNICALL | Java_com_google_ortools_graph_mainJNI_MinCostFlow_1SWIGUpcast (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 232 of file graph_java_wrap.cc.
| #define SWIGEXPORT |
Definition at line 127 of file graph_java_wrap.cc.
| #define SWIGINLINE |
Definition at line 64 of file graph_java_wrap.cc.
| #define SWIGINTERN static SWIGUNUSED |
Definition at line 99 of file graph_java_wrap.cc.
| #define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 104 of file graph_java_wrap.cc.
| #define SWIGJAVA |
Definition at line 13 of file graph_java_wrap.cc.
| #define SWIGSTDCALL |
Definition at line 137 of file graph_java_wrap.cc.
| #define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 55 of file graph_java_wrap.cc.
| #define SWIGUNUSED |
Definition at line 79 of file graph_java_wrap.cc.
| #define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 93 of file graph_java_wrap.cc.
Definition at line 184 of file graph_java_wrap.cc.
| SWIGEXPORT void JNICALL Java_com_google_ortools_graph_mainJNI_delete_1LinearSumAssignment | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1 | ||
| ) |
Definition at line 929 of file graph_java_wrap.cc.
| SWIGEXPORT void JNICALL Java_com_google_ortools_graph_mainJNI_delete_1MaxFlow | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1 | ||
| ) |
Definition at line 437 of file graph_java_wrap.cc.
| SWIGEXPORT void JNICALL Java_com_google_ortools_graph_mainJNI_delete_1MinCostFlow | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1 | ||
| ) |
Definition at line 741 of file graph_java_wrap.cc.
| SWIGEXPORT void JNICALL Java_com_google_ortools_graph_mainJNI_delete_1MinCostFlowBase | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1 | ||
| ) |
Definition at line 459 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1addArcWithCost | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2, | ||
| jint | jarg3, | ||
| jlong | jarg4 | ||
| ) |
Definition at line 763 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getAssignmentCost | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 912 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getCost | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 848 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getLeftNode | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 814 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getNumArcs | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 799 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getNumNodes | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 784 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getOptimalCost | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 880 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getRightMate | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 895 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getRightNode | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 831 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1solve | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 865 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MaxFlow_1addArcWithCapacity | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2, | ||
| jint | jarg3, | ||
| jlong | jarg4 | ||
| ) |
Definition at line 269 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_MaxFlow_1getCapacity | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 354 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_MaxFlow_1getFlow | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 405 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MaxFlow_1getHead | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 337 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MaxFlow_1getNumArcs | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 305 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MaxFlow_1getNumNodes | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 290 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_MaxFlow_1getOptimalFlow | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 390 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MaxFlow_1getTail | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 320 of file graph_java_wrap.cc.
| SWIGEXPORT void JNICALL Java_com_google_ortools_graph_mainJNI_MaxFlow_1setArcCapacity | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2, | ||
| jlong | jarg3 | ||
| ) |
Definition at line 422 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MaxFlow_1solve | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2, | ||
| jint | jarg3 | ||
| ) |
Definition at line 371 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1addArcWithCapacityAndUnitCost | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2, | ||
| jint | jarg3, | ||
| jlong | jarg4, | ||
| jlong | jarg5 | ||
| ) |
Definition at line 511 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getCapacity | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 690 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getFlow | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 609 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getHead | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 673 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getMaximumFlow | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 594 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getNumArcs | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 641 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getNumNodes | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 626 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getOptimalCost | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 579 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getSupply | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 707 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getTail | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 656 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getUnitCost | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2 | ||
| ) |
Definition at line 724 of file graph_java_wrap.cc.
| SWIGEXPORT void JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1setNodeSupply | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_, | ||
| jint | jarg2, | ||
| jlong | jarg3 | ||
| ) |
Definition at line 534 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1solve | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 549 of file graph_java_wrap.cc.
| SWIGEXPORT jint JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1solveMaxFlowWithMinCost | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1, | ||
| jobject | jarg1_ | ||
| ) |
Definition at line 564 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_MinCostFlow_1SWIGUpcast | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jlong | jarg1 | ||
| ) |
Definition at line 939 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_new_1LinearSumAssignment | ( | JNIEnv * | jenv, |
| jclass | jcls | ||
| ) |
Definition at line 751 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_new_1MaxFlow | ( | JNIEnv * | jenv, |
| jclass | jcls | ||
| ) |
Definition at line 257 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_new_1MinCostFlow_1_1SWIG_10 | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jint | jarg1, | ||
| jint | jarg2 | ||
| ) |
Definition at line 469 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_new_1MinCostFlow_1_1SWIG_11 | ( | JNIEnv * | jenv, |
| jclass | jcls, | ||
| jint | jarg1 | ||
| ) |
Definition at line 485 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_new_1MinCostFlow_1_1SWIG_12 | ( | JNIEnv * | jenv, |
| jclass | jcls | ||
| ) |
Definition at line 499 of file graph_java_wrap.cc.
| SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_new_1MinCostFlowBase | ( | JNIEnv * | jenv, |
| jclass | jcls | ||
| ) |
Definition at line 447 of file graph_java_wrap.cc.
|
static |
Definition at line 203 of file graph_java_wrap.cc.