OR-Tools  8.1
graph_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)
 
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)
 

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 232 of file graph_java_wrap.cc.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 127 of file graph_java_wrap.cc.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 64 of file graph_java_wrap.cc.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 99 of file graph_java_wrap.cc.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 104 of file graph_java_wrap.cc.

◆ SWIGJAVA

#define SWIGJAVA

Definition at line 13 of file graph_java_wrap.cc.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 137 of file graph_java_wrap.cc.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 55 of file graph_java_wrap.cc.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 79 of file graph_java_wrap.cc.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 93 of file graph_java_wrap.cc.

◆ SWIGWORDSIZE64

#define SWIGWORDSIZE64

Definition at line 238 of file graph_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 graph_java_wrap.cc.

Function Documentation

◆ Java_com_google_ortools_graph_mainJNI_delete_1LinearSumAssignment()

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

Definition at line 938 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_delete_1MaxFlow()

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

Definition at line 446 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_delete_1MinCostFlow()

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

Definition at line 750 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_delete_1MinCostFlowBase()

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

Definition at line 468 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1addArcWithCost()

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 772 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getAssignmentCost()

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

Definition at line 921 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getCost()

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

Definition at line 857 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getLeftNode()

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

Definition at line 823 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getNumArcs()

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

Definition at line 808 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getNumNodes()

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

Definition at line 793 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getOptimalCost()

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

Definition at line 889 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getRightMate()

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

Definition at line 904 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1getRightNode()

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

Definition at line 840 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_LinearSumAssignment_1solve()

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

Definition at line 874 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MaxFlow_1addArcWithCapacity()

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 278 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MaxFlow_1getCapacity()

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

Definition at line 363 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MaxFlow_1getFlow()

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

Definition at line 414 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MaxFlow_1getHead()

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

Definition at line 346 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MaxFlow_1getNumArcs()

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

Definition at line 314 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MaxFlow_1getNumNodes()

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

Definition at line 299 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MaxFlow_1getOptimalFlow()

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

Definition at line 399 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MaxFlow_1getTail()

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

Definition at line 329 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MaxFlow_1setArcCapacity()

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 431 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MaxFlow_1solve()

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 380 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1addArcWithCapacityAndUnitCost()

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 520 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getCapacity()

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

Definition at line 699 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getFlow()

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

Definition at line 618 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getHead()

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

Definition at line 682 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getMaximumFlow()

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

Definition at line 603 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getNumArcs()

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

Definition at line 650 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getNumNodes()

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

Definition at line 635 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getOptimalCost()

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

Definition at line 588 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getSupply()

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

Definition at line 716 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getTail()

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

Definition at line 665 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1getUnitCost()

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

Definition at line 733 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1setNodeSupply()

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 543 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1solve()

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

Definition at line 558 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1solveMaxFlowWithMinCost()

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

Definition at line 573 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_MinCostFlow_1SWIGUpcast()

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

Definition at line 948 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_new_1LinearSumAssignment()

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

Definition at line 760 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_new_1MaxFlow()

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

Definition at line 266 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_new_1MinCostFlow_1_1SWIG_10()

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 478 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_new_1MinCostFlow_1_1SWIG_11()

SWIGEXPORT jlong JNICALL Java_com_google_ortools_graph_mainJNI_new_1MinCostFlow_1_1SWIG_11 ( JNIEnv *  jenv,
jclass  jcls,
jint  jarg1 
)

Definition at line 494 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_new_1MinCostFlow_1_1SWIG_12()

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

Definition at line 508 of file graph_java_wrap.cc.

◆ Java_com_google_ortools_graph_mainJNI_new_1MinCostFlowBase()

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

Definition at line 456 of file graph_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 graph_java_wrap.cc.