OR-Tools  8.1
graph_python_wrap.cc File Reference

Go to the source code of this file.

Classes

struct  swig_type_info
 
struct  swig_cast_info
 
struct  swig_module_info
 
struct  swig_const_info
 
struct  SwigPyClientData
 
struct  SwigPyObject
 
struct  SwigPyPacked
 
class  SwigPtr_PyObject
 
struct  SwigVar_PyObject
 
class  SharedPyPtr
 
struct  swig_globalvar
 
struct  swig_varlinkobject
 

Namespaces

 swig
 

Macros

#define SWIGPYTHON
 
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
 
#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_RUNTIME_VERSION   "4"
 
#define SWIG_TYPE_TABLE_NAME
 
#define SWIGRUNTIME   SWIGINTERN
 
#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE
 
#define SWIG_BUFFER_SIZE   1024
 
#define SWIG_POINTER_DISOWN   0x1
 
#define SWIG_CAST_NEW_MEMORY   0x2
 
#define SWIG_POINTER_NO_NULL   0x4
 
#define SWIG_POINTER_OWN   0x1
 
#define SWIG_OK   (0)
 
#define SWIG_ERROR   (-1)
 
#define SWIG_IsOK(r)   (r >= 0)
 
#define SWIG_ArgError(r)   ((r != SWIG_ERROR) ? r : SWIG_TypeError)
 
#define SWIG_CASTRANKLIMIT   (1 << 8)
 
#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)
 
#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)
 
#define SWIG_BADOBJ   (SWIG_ERROR)
 
#define SWIG_OLDOBJ   (SWIG_OK)
 
#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)
 
#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)
 
#define SWIG_AddNewMask(r)   (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
 
#define SWIG_DelNewMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
 
#define SWIG_IsNewObj(r)   (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
 
#define SWIG_AddTmpMask(r)   (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
 
#define SWIG_DelTmpMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
 
#define SWIG_IsTmpObj(r)   (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
 
#define SWIG_AddCast(r)   (r)
 
#define SWIG_CheckState(r)   (SWIG_IsOK(r) ? 1 : 0)
 
#define SWIG_UnknownError   -1
 
#define SWIG_IOError   -2
 
#define SWIG_RuntimeError   -3
 
#define SWIG_IndexError   -4
 
#define SWIG_TypeError   -5
 
#define SWIG_DivisionByZero   -6
 
#define SWIG_OverflowError   -7
 
#define SWIG_SyntaxError   -8
 
#define SWIG_ValueError   -9
 
#define SWIG_SystemError   -10
 
#define SWIG_AttributeError   -11
 
#define SWIG_MemoryError   -12
 
#define SWIG_NullReferenceError   -13
 
#define Py_TYPE(op)   ((op)->ob_type)
 
#define SWIG_Python_str_FromFormat   PyString_FromFormat
 
#define SWIG_Python_str_DelForPy3(x)
 
#define PyObject_DEL   PyObject_Del
 
#define SWIGPY_USE_CAPSULE
 
#define SWIGPY_CAPSULE_NAME   ("swig_runtime_data" SWIG_RUNTIME_VERSION ".type_pointer_capsule" SWIG_TYPE_TABLE_NAME)
 
#define PyDescr_TYPE(x)   (((PyDescrObject *)(x))->d_type)
 
#define PyDescr_NAME(x)   (((PyDescrObject *)(x))->d_name)
 
#define Py_hash_t   long
 
#define SWIG_PYTHON_INITIALIZE_THREADS
 
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK
 
#define SWIG_PYTHON_THREAD_END_BLOCK
 
#define SWIG_PYTHON_THREAD_BEGIN_ALLOW
 
#define SWIG_PYTHON_THREAD_END_ALLOW
 
#define SWIG_PY_POINTER   4
 
#define SWIG_PY_BINARY   5
 
#define SWIG_Python_ConvertPtr(obj, pptr, type, flags)   SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
 
#define SWIG_ConvertPtr(obj, pptr, type, flags)   SWIG_Python_ConvertPtr(obj, pptr, type, flags)
 
#define SWIG_ConvertPtrAndOwn(obj, pptr, type, flags, own)   SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
 
#define SWIG_NewPointerObj(ptr, type, flags)   SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
 
#define SWIG_InternalNewPointerObj(ptr, type, flags)   SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
 
#define SWIG_CheckImplicit(ty)   SWIG_Python_CheckImplicit(ty)
 
#define SWIG_AcquirePtr(ptr, src)   SWIG_Python_AcquirePtr(ptr, src)
 
#define swig_owntype   int
 
#define SWIG_ConvertPacked(obj, ptr, sz, ty)   SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
 
#define SWIG_NewPackedObj(ptr, sz, type)   SWIG_Python_NewPackedObj(ptr, sz, type)
 
#define SWIG_ConvertInstance(obj, pptr, type, flags)   SWIG_ConvertPtr(obj, pptr, type, flags)
 
#define SWIG_NewInstanceObj(ptr, type, flags)   SWIG_NewPointerObj(ptr, type, flags)
 
#define SWIG_ConvertFunctionPtr(obj, pptr, type)   SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
 
#define SWIG_NewFunctionPtrObj(ptr, type)   SWIG_Python_NewPointerObj(NULL, ptr, type, 0)
 
#define SWIG_ConvertMember(obj, ptr, sz, ty)   SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
 
#define SWIG_NewMemberObj(ptr, sz, type)   SWIG_Python_NewPackedObj(ptr, sz, type)
 
#define SWIG_GetModule(clientdata)   SWIG_Python_GetModule(clientdata)
 
#define SWIG_SetModule(clientdata, pointer)   SWIG_Python_SetModule(pointer)
 
#define SWIG_NewClientData(obj)   SwigPyClientData_New(obj)
 
#define SWIG_SetErrorObj   SWIG_Python_SetErrorObj
 
#define SWIG_SetErrorMsg   SWIG_Python_SetErrorMsg
 
#define SWIG_ErrorType(code)   SWIG_Python_ErrorType(code)
 
#define SWIG_Error(code, msg)   SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
 
#define SWIG_fail   goto fail
 
#define SWIG_Python_Raise(obj, type, desc)   SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
 
#define SWIG_Python_CallFunctor(functor, obj)   PyObject_CallFunctionObjArgs(functor, obj, NULL);
 
#define SWIG_STATIC_POINTER(var)   var = 0; if (!var) var
 
#define SWIG_POINTER_NOSHADOW   (SWIG_POINTER_OWN << 1)
 
#define SWIG_POINTER_NEW   (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)
 
#define SWIG_POINTER_IMPLICIT_CONV   (SWIG_POINTER_DISOWN << 1)
 
#define SWIG_BUILTIN_TP_INIT   (SWIG_POINTER_OWN << 2)
 
#define SWIG_BUILTIN_INIT   (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN)
 
#define SWIG_POINTER_EXCEPTION   0
 
#define SWIG_arg_fail(arg)   SWIG_Python_ArgFail(arg)
 
#define SWIG_MustGetPtr(p, type, argnum, flags)   SWIG_Python_MustGetPtr(p, type, argnum, flags)
 
#define SWIG_exception_fail(code, msg)   do { SWIG_Error(code, msg); SWIG_fail; } while(0)
 
#define SWIG_contract_assert(expr, msg)   if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
 
#define SWIG_exception(code, msg)   do { SWIG_Error(code, msg); SWIG_fail;; } while(0)
 
#define SWIGTYPE_p_ZVectorT_int_t   swig_types[0]
 
#define SWIGTYPE_p_ZVectorT_long_t   swig_types[1]
 
#define SWIGTYPE_p_char   swig_types[2]
 
#define SWIGTYPE_p_int   swig_types[3]
 
#define SWIGTYPE_p_long   swig_types[4]
 
#define SWIGTYPE_p_operations_research__EbertGraphT_int_int_t   swig_types[5]
 
#define SWIGTYPE_p_operations_research__ForwardEbertGraphT_int_int_t   swig_types[6]
 
#define SWIGTYPE_p_operations_research__ForwardStaticGraphT_int_int_t   swig_types[7]
 
#define SWIGTYPE_p_operations_research__MinCostFlowBase   swig_types[8]
 
#define SWIGTYPE_p_operations_research__SimpleLinearSumAssignment   swig_types[9]
 
#define SWIGTYPE_p_operations_research__SimpleMaxFlow   swig_types[10]
 
#define SWIGTYPE_p_operations_research__SimpleMinCostFlow   swig_types[11]
 
#define SWIGTYPE_p_short   swig_types[12]
 
#define SWIGTYPE_p_signed_char   swig_types[13]
 
#define SWIGTYPE_p_std__vectorT_int_t   swig_types[14]
 
#define SWIGTYPE_p_unsigned_char   swig_types[15]
 
#define SWIGTYPE_p_unsigned_int   swig_types[16]
 
#define SWIGTYPE_p_unsigned_long   swig_types[17]
 
#define SWIGTYPE_p_unsigned_short   swig_types[18]
 
#define SWIG_TypeQuery(name)   SWIG_TypeQueryModule(&swig_module, &swig_module, name)
 
#define SWIG_MangledTypeQuery(name)   SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
 
#define SWIG_TypeQuery   SWIG_Python_TypeQuery
 
#define SWIG_init   init_pywrapgraph
 
#define SWIG_name   "_pywrapgraph"
 
#define SWIGVERSION   0x040002
 
#define SWIG_VERSION   SWIGVERSION
 
#define SWIG_as_voidptr(a)   const_cast< void * >(static_cast< const void * >(a))
 
#define SWIG_as_voidptrptr(a)   ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))
 
#define SWIGWORDSIZE64
 
#define SWIG_From_long   PyInt_FromLong
 
#define SWIG_newvarlink()   SWIG_Python_newvarlink()
 
#define SWIG_addvarlink(p, name, get_attr, set_attr)   SWIG_Python_addvarlink(p, name, get_attr, set_attr)
 
#define SWIG_InstallConstants(d, constants)   SWIG_Python_InstallConstants(d, constants)
 

Typedefs

typedef void *(* swig_converter_func) (void *, int *)
 
typedef struct swig_type_info *(* swig_dycast_func) (void **)
 
typedef struct swig_type_info swig_type_info
 
typedef struct swig_cast_info swig_cast_info
 
typedef struct swig_module_info swig_module_info
 
typedef struct swig_const_info swig_const_info
 
typedef struct swig_globalvar swig_globalvar
 
typedef struct swig_varlinkobject swig_varlinkobject
 

Functions

SWIGRUNTIME int SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2)
 
SWIGRUNTIME int SWIG_TypeCmp (const char *nb, const char *tb)
 
SWIGRUNTIME int SWIG_TypeEquiv (const char *nb, const char *tb)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheck (const char *c, swig_type_info *ty)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *ty)
 
SWIGRUNTIMEINLINE void * SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory)
 
SWIGRUNTIME swig_type_infoSWIG_TypeDynamicCast (swig_type_info *ty, void **ptr)
 
SWIGRUNTIMEINLINE const char * SWIG_TypeName (const swig_type_info *ty)
 
SWIGRUNTIME const char * SWIG_TypePrettyName (const swig_type_info *type)
 
SWIGRUNTIME void SWIG_TypeClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME void SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME swig_type_infoSWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME swig_type_infoSWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME char * SWIG_PackData (char *c, void *ptr, size_t sz)
 
SWIGRUNTIME const char * SWIG_UnpackData (const char *c, void *ptr, size_t sz)
 
SWIGRUNTIME char * SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name)
 
SWIGRUNTIME char * SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name)
 
SWIGINTERN char * SWIG_Python_str_AsChar (PyObject *str)
 
SWIGINTERN PyObject * SWIG_Python_str_FromChar (const char *c)
 
SWIGRUNTIME PyObject * SWIG_Python_ErrorType (int code)
 
SWIGRUNTIME void SWIG_Python_AddErrorMsg (const char *mesg)
 
SWIGRUNTIME int SWIG_Python_TypeErrorOccurred (PyObject *obj)
 
SWIGRUNTIME void SWIG_Python_RaiseOrModifyTypeError (const char *message)
 
SWIGINTERN void SWIG_Python_SetErrorObj (PyObject *errtype, PyObject *obj)
 
SWIGINTERN void SWIG_Python_SetErrorMsg (PyObject *errtype, const char *msg)
 
SWIGINTERN void SWIG_Python_SetConstant (PyObject *d, const char *name, PyObject *obj)
 
SWIGINTERN PyObject * SWIG_Python_AppendOutput (PyObject *result, PyObject *obj)
 
SWIGINTERN Py_ssize_t SWIG_Python_UnpackTuple (PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
 
SWIGINTERN int SWIG_Python_CheckNoKeywords (PyObject *kwargs, const char *name)
 
SWIGRUNTIMEINLINE PyObject * SWIG_Py_Void (void)
 
SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit (swig_type_info *ty)
 
SWIGRUNTIMEINLINE PyObject * SWIG_Python_ExceptionType (swig_type_info *desc)
 
SWIGRUNTIME SwigPyClientDataSwigPyClientData_New (PyObject *obj)
 
SWIGRUNTIME void SwigPyClientData_Del (SwigPyClientData *data)
 
SWIGRUNTIME PyObject * SwigPyObject_long (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_format (const char *fmt, SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_oct (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_hex (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_repr (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_repr2 (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGRUNTIME int SwigPyObject_compare (SwigPyObject *v, SwigPyObject *w)
 
SWIGRUNTIME PyObject * SwigPyObject_richcompare (SwigPyObject *v, SwigPyObject *w, int op)
 
SWIGRUNTIME PyTypeObject * SwigPyObject_TypeOnce (void)
 
SWIGRUNTIME PyTypeObject * SwigPyObject_type (void)
 
SWIGRUNTIMEINLINE int SwigPyObject_Check (PyObject *op)
 
SWIGRUNTIME PyObject * SwigPyObject_New (void *ptr, swig_type_info *ty, int own)
 
SWIGRUNTIME void SwigPyObject_dealloc (PyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_append (PyObject *v, PyObject *next)
 
SWIGRUNTIME PyObject * SwigPyObject_next (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGINTERN PyObject * SwigPyObject_disown (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGINTERN PyObject * SwigPyObject_acquire (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGINTERN PyObject * SwigPyObject_own (PyObject *v, PyObject *args)
 
SWIGRUNTIME PyObject * SwigPyPacked_repr (SwigPyPacked *v)
 
SWIGRUNTIME PyObject * SwigPyPacked_str (SwigPyPacked *v)
 
SWIGRUNTIME int SwigPyPacked_compare (SwigPyPacked *v, SwigPyPacked *w)
 
SWIGRUNTIME PyTypeObject * SwigPyPacked_TypeOnce (void)
 
SWIGRUNTIME PyTypeObject * SwigPyPacked_type (void)
 
SWIGRUNTIMEINLINE int SwigPyPacked_Check (PyObject *op)
 
SWIGRUNTIME void SwigPyPacked_dealloc (PyObject *v)
 
SWIGRUNTIME PyObject * SwigPyPacked_New (void *ptr, size_t size, swig_type_info *ty)
 
SWIGRUNTIME swig_type_infoSwigPyPacked_UnpackData (PyObject *obj, void *ptr, size_t size)
 
SWIGRUNTIME PyObject * SWIG_This (void)
 
SWIGRUNTIME SwigPyObjectSWIG_Python_GetSwigThis (PyObject *pyobj)
 
SWIGRUNTIME int SWIG_Python_AcquirePtr (PyObject *obj, int own)
 
SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn (PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own)
 
SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr (PyObject *obj, void **ptr, swig_type_info *ty)
 
SWIGRUNTIME int SWIG_Python_ConvertPacked (PyObject *obj, void *ptr, size_t sz, swig_type_info *ty)
 
SWIGRUNTIME PyObject * SWIG_Python_NewShadowInstance (SwigPyClientData *data, PyObject *swig_this)
 
SWIGRUNTIME int SWIG_Python_SetSwigThis (PyObject *inst, PyObject *swig_this)
 
SWIGINTERN PyObject * SWIG_Python_InitShadowInstance (PyObject *args)
 
SWIGRUNTIME PyObject * SWIG_Python_NewPointerObj (PyObject *self, void *ptr, swig_type_info *type, int flags)
 
SWIGRUNTIMEINLINE PyObject * SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type)
 
SWIGRUNTIME swig_module_infoSWIG_Python_GetModule (void *SWIGUNUSEDPARM(clientdata))
 
SWIGRUNTIME void SWIG_Python_DestroyModule (PyObject *obj)
 
SWIGRUNTIME void SWIG_Python_SetModule (swig_module_info *swig_module)
 
SWIGRUNTIME PyObject * SWIG_Python_TypeCache (void)
 
SWIGRUNTIME swig_type_infoSWIG_Python_TypeQuery (const char *type)
 
SWIGRUNTIME int SWIG_Python_AddErrMesg (const char *mesg, int infront)
 
SWIGRUNTIME int SWIG_Python_ArgFail (int argnum)
 
SWIGRUNTIMEINLINE const char * SwigPyObject_GetDesc (PyObject *self)
 
SWIGRUNTIME void SWIG_Python_TypeError (const char *type, PyObject *obj)
 
SWIGRUNTIME void * SWIG_Python_MustGetPtr (PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags)
 
SWIGINTERN PyMethodDef * SWIG_PythonGetProxyDoc (const char *name)
 
SWIGINTERN PyObject * SWIG_PyInstanceMethod_New (PyObject *SWIGUNUSEDPARM(self), PyObject *func)
 
SWIGINTERN PyObject * SWIG_PyStaticMethod_New (PyObject *SWIGUNUSEDPARM(self), PyObject *func)
 
template<typename ReturnT >
static ReturnT HandleResult (PyObject *pyresult)
 
template<>
void HandleResult< void > (PyObject *pyresult)
 
template<typename ReturnT , typename... Args>
static ReturnT InvokePythonCallableReturning (PyObject *pyfunc, const char *format, Args... args)
 
template<typename ReturnT >
static ReturnT InvokePythonCallableReturning (PyObject *pyfunc)
 
SWIGINTERN int SWIG_AsVal_double (PyObject *obj, double *val)
 
SWIGINTERNINLINE int SWIG_CanCastAsInteger (double *d, double min, double max)
 
SWIGINTERN int SWIG_AsVal_long (PyObject *obj, long *val)
 
SWIGINTERN int SWIG_AsVal_int (PyObject *obj, int *val)
 
SWIGINTERNINLINE PyObject * SWIG_From_int (int value)
 
SWIGINTERNINLINE PyObject * SWIG_From_bool (bool value)
 
SWIGINTERN PyObject * _wrap_new_SimpleMaxFlow (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_AddArcWithCapacity (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_NumNodes (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_NumArcs (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_Tail (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_Head (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_Capacity (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_Solve (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_OptimalFlow (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_Flow (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_GetSourceSideMinCut (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_GetSinkSideMinCut (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMaxFlow_SetArcCapacity (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_delete_SimpleMaxFlow (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * SimpleMaxFlow_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * SimpleMaxFlow_swiginit (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_new_MinCostFlowBase (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_delete_MinCostFlowBase (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * MinCostFlowBase_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * MinCostFlowBase_swiginit (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_new_SimpleMinCostFlow__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_new_SimpleMinCostFlow__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_new_SimpleMinCostFlow__SWIG_2 (PyObject *SWIGUNUSEDPARM(self), Py_ssize_t nobjs, PyObject **SWIGUNUSEDPARM(swig_obj))
 
SWIGINTERN PyObject * _wrap_new_SimpleMinCostFlow (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_AddArcWithCapacityAndUnitCost (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_SetNodeSupply (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_Solve (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_SolveMaxFlowWithMinCost (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_OptimalCost (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_MaximumFlow (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_Flow (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_NumNodes (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_NumArcs (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_Tail (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_Head (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_Capacity (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_Supply (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_SimpleMinCostFlow_UnitCost (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_delete_SimpleMinCostFlow (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * SimpleMinCostFlow_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * SimpleMinCostFlow_swiginit (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_new_LinearSumAssignment (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_LinearSumAssignment_AddArcWithCost (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_LinearSumAssignment_NumNodes (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_LinearSumAssignment_NumArcs (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_LinearSumAssignment_LeftNode (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_LinearSumAssignment_RightNode (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_LinearSumAssignment_Cost (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_LinearSumAssignment_Solve (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_LinearSumAssignment_OptimalCost (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_LinearSumAssignment_RightMate (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_LinearSumAssignment_AssignmentCost (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_delete_LinearSumAssignment (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * LinearSumAssignment_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * LinearSumAssignment_swiginit (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_DijkstraShortestPath (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_BellmanFordShortestPath (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGINTERN PyObject * _wrap_AStarShortestPath (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
static void * _p_operations_research__SimpleMinCostFlowTo_p_operations_research__MinCostFlowBase (void *x, int *SWIGUNUSEDPARM(newmemory))
 
SWIGRUNTIME void SWIG_InitializeModule (void *clientdata)
 
SWIGRUNTIME void SWIG_PropagateClientData (void)
 
SWIGINTERN PyObject * swig_varlink_repr (swig_varlinkobject *SWIGUNUSEDPARM(v))
 
SWIGINTERN PyObject * swig_varlink_str (swig_varlinkobject *v)
 
SWIGINTERN void swig_varlink_dealloc (swig_varlinkobject *v)
 
SWIGINTERN PyObject * swig_varlink_getattr (swig_varlinkobject *v, char *n)
 
SWIGINTERN int swig_varlink_setattr (swig_varlinkobject *v, char *n, PyObject *p)
 
SWIGINTERN PyTypeObject * swig_varlink_type (void)
 
SWIGINTERN PyObject * SWIG_Python_newvarlink (void)
 
SWIGINTERN void SWIG_Python_addvarlink (PyObject *p, const char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p))
 
SWIGINTERN PyObject * SWIG_globals (void)
 
SWIGINTERN void SWIG_Python_InstallConstants (PyObject *d, swig_const_info constants[])
 
SWIGINTERN void SWIG_Python_FixMethods (PyMethodDef *methods, swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial)
 

Variables

static PyMethodDef swigobject_methods []
 
static PyObject * Swig_This_global = NULL
 
static swig_type_infoswig_types [20]
 
static swig_module_info swig_module = {swig_types, 19, 0, 0, 0, 0}
 
static PyMethodDef SwigMethods []
 
static PyMethodDef SwigMethods_proxydocs []
 
static swig_type_info _swigt__p_ZVectorT_int_t = {"_p_ZVectorT_int_t", "operations_research::NodeIndexArray *|operations_research::ArcIndexArray *|ZVector< int > *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_ZVectorT_long_t = {"_p_ZVectorT_long_t", "operations_research::QuantityArray *|operations_research::CostArray *|ZVector< long > *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_int = {"_p_int", "int *|int_least32_t *|int32 *|operations_research::NodeIndex *|int32_t *|operations_research::ArcIndex *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_long = {"_p_long", "intptr_t *|operations_research::CostValue *|int_least64_t *|int_fast32_t *|int_fast64_t *|int64 *|int64_t *|operations_research::FlowQuantity *|long *|int_fast16_t *|intmax_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_operations_research__EbertGraphT_int_int_t = {"_p_operations_research__EbertGraphT_int_int_t", "operations_research::StarGraph *|operations_research::EbertGraph< int,int > *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_operations_research__ForwardEbertGraphT_int_int_t = {"_p_operations_research__ForwardEbertGraphT_int_int_t", "operations_research::ForwardEbertGraph< int,int > *|operations_research::ForwardStarGraph *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_operations_research__ForwardStaticGraphT_int_int_t = {"_p_operations_research__ForwardStaticGraphT_int_int_t", "operations_research::ForwardStaticGraph< int,int > *|operations_research::ForwardStarStaticGraph *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_operations_research__MinCostFlowBase = {"_p_operations_research__MinCostFlowBase", "operations_research::MinCostFlowBase *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_operations_research__SimpleLinearSumAssignment = {"_p_operations_research__SimpleLinearSumAssignment", "operations_research::SimpleLinearSumAssignment *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_operations_research__SimpleMaxFlow = {"_p_operations_research__SimpleMaxFlow", "operations_research::SimpleMaxFlow *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_operations_research__SimpleMinCostFlow = {"_p_operations_research__SimpleMinCostFlow", "operations_research::SimpleMinCostFlow *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_short = {"_p_short", "int16 *|short *|int_least16_t *|int16_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_signed_char = {"_p_signed_char", "signed char *|int8 *|int_least8_t *|int_fast8_t *|int8_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_std__vectorT_int_t = {"_p_std__vectorT_int_t", "std::vector< operations_research::NodeIndex > *|std::vector< int > *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "unsigned char *|uint8 *|uint_least8_t *|uint_fast8_t *|uint8_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "uint_least32_t *|uint32 *|uint32_t *|unsigned int *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "uintptr_t *|uint_least64_t *|uint_fast32_t *|uint_fast64_t *|uint64 *|uint64_t *|unsigned long *|uint_fast16_t *|uintmax_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "uint16 *|unsigned short *|uint_least16_t *|uint16_t *", 0, 0, (void*)0, 0}
 
static swig_type_infoswig_type_initial []
 
static swig_cast_info _swigc__p_ZVectorT_int_t [] = { {&_swigt__p_ZVectorT_int_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_ZVectorT_long_t [] = { {&_swigt__p_ZVectorT_long_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_int [] = { {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_long [] = { {&_swigt__p_long, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_operations_research__EbertGraphT_int_int_t [] = { {&_swigt__p_operations_research__EbertGraphT_int_int_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_operations_research__ForwardEbertGraphT_int_int_t [] = { {&_swigt__p_operations_research__ForwardEbertGraphT_int_int_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_operations_research__ForwardStaticGraphT_int_int_t [] = { {&_swigt__p_operations_research__ForwardStaticGraphT_int_int_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_operations_research__MinCostFlowBase [] = { {&_swigt__p_operations_research__SimpleMinCostFlow, _p_operations_research__SimpleMinCostFlowTo_p_operations_research__MinCostFlowBase, 0, 0}, {&_swigt__p_operations_research__MinCostFlowBase, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_operations_research__SimpleLinearSumAssignment [] = { {&_swigt__p_operations_research__SimpleLinearSumAssignment, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_operations_research__SimpleMaxFlow [] = { {&_swigt__p_operations_research__SimpleMaxFlow, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_operations_research__SimpleMinCostFlow [] = { {&_swigt__p_operations_research__SimpleMinCostFlow, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_short [] = { {&_swigt__p_short, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_signed_char [] = { {&_swigt__p_signed_char, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_std__vectorT_int_t [] = { {&_swigt__p_std__vectorT_int_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_unsigned_char [] = { {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_unsigned_int [] = { {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_unsigned_long [] = { {&_swigt__p_unsigned_long, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_unsigned_short [] = { {&_swigt__p_unsigned_short, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_infoswig_cast_initial []
 
static swig_const_info swig_const_table []
 

Macro Definition Documentation

◆ Py_hash_t

#define Py_hash_t   long

Definition at line 861 of file graph_python_wrap.cc.

◆ Py_TYPE

#define Py_TYPE (   op)    ((op)->ob_type)

Definition at line 793 of file graph_python_wrap.cc.

◆ PyDescr_NAME

#define PyDescr_NAME (   x)    (((PyDescrObject *)(x))->d_name)

Definition at line 860 of file graph_python_wrap.cc.

◆ PyDescr_TYPE

#define PyDescr_TYPE (   x)    (((PyDescrObject *)(x))->d_type)

Definition at line 859 of file graph_python_wrap.cc.

◆ PyObject_DEL

#define PyObject_DEL   PyObject_Del

Definition at line 850 of file graph_python_wrap.cc.

◆ SWIG_AcquirePtr

#define SWIG_AcquirePtr (   ptr,
  src 
)    SWIG_Python_AcquirePtr(ptr, src)

Definition at line 1098 of file graph_python_wrap.cc.

◆ SWIG_AddCast

#define SWIG_AddCast (   r)    (r)

Definition at line 352 of file graph_python_wrap.cc.

◆ SWIG_AddNewMask

#define SWIG_AddNewMask (   r)    (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)

Definition at line 328 of file graph_python_wrap.cc.

◆ SWIG_AddTmpMask

#define SWIG_AddTmpMask (   r)    (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)

Definition at line 331 of file graph_python_wrap.cc.

◆ SWIG_addvarlink

#define SWIG_addvarlink (   p,
  name,
  get_attr,
  set_attr 
)    SWIG_Python_addvarlink(p, name, get_attr, set_attr)

Definition at line 5032 of file graph_python_wrap.cc.

◆ SWIG_arg_fail

#define SWIG_arg_fail (   arg)    SWIG_Python_ArgFail(arg)

Definition at line 2501 of file graph_python_wrap.cc.

◆ SWIG_ArgError

#define SWIG_ArgError (   r)    ((r != SWIG_ERROR) ? r : SWIG_TypeError)

Definition at line 314 of file graph_python_wrap.cc.

◆ SWIG_as_voidptr

#define SWIG_as_voidptr (   a)    const_cast< void * >(static_cast< const void * >(a))

Definition at line 2742 of file graph_python_wrap.cc.

◆ SWIG_as_voidptrptr

#define SWIG_as_voidptrptr (   a)    ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))

Definition at line 2743 of file graph_python_wrap.cc.

◆ SWIG_AttributeError

#define SWIG_AttributeError   -11

Definition at line 766 of file graph_python_wrap.cc.

◆ SWIG_BADOBJ

#define SWIG_BADOBJ   (SWIG_ERROR)

Definition at line 323 of file graph_python_wrap.cc.

◆ SWIG_BUFFER_SIZE

#define SWIG_BUFFER_SIZE   1024

Definition at line 220 of file graph_python_wrap.cc.

◆ SWIG_BUILTIN_INIT

#define SWIG_BUILTIN_INIT   (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN)

Definition at line 1287 of file graph_python_wrap.cc.

◆ SWIG_BUILTIN_TP_INIT

#define SWIG_BUILTIN_TP_INIT   (SWIG_POINTER_OWN << 2)

Definition at line 1286 of file graph_python_wrap.cc.

◆ SWIG_CAST_NEW_MEMORY

#define SWIG_CAST_NEW_MEMORY   0x2

Definition at line 225 of file graph_python_wrap.cc.

◆ SWIG_CASTRANKLIMIT

#define SWIG_CASTRANKLIMIT   (1 << 8)

Definition at line 317 of file graph_python_wrap.cc.

◆ SWIG_CheckImplicit

#define SWIG_CheckImplicit (   ty)    SWIG_Python_CheckImplicit(ty)

Definition at line 1097 of file graph_python_wrap.cc.

◆ SWIG_CheckState

#define SWIG_CheckState (   r)    (SWIG_IsOK(r) ? 1 : 0)

Definition at line 353 of file graph_python_wrap.cc.

◆ SWIG_contract_assert

#define SWIG_contract_assert (   expr,
  msg 
)    if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else

Definition at line 2671 of file graph_python_wrap.cc.

◆ SWIG_ConvertFunctionPtr

#define SWIG_ConvertFunctionPtr (   obj,
  pptr,
  type 
)    SWIG_Python_ConvertFunctionPtr(obj, pptr, type)

Definition at line 1110 of file graph_python_wrap.cc.

◆ SWIG_ConvertInstance

#define SWIG_ConvertInstance (   obj,
  pptr,
  type,
  flags 
)    SWIG_ConvertPtr(obj, pptr, type, flags)

Definition at line 1106 of file graph_python_wrap.cc.

◆ SWIG_ConvertMember

#define SWIG_ConvertMember (   obj,
  ptr,
  sz,
  ty 
)    SWIG_Python_ConvertPacked(obj, ptr, sz, ty)

Definition at line 1114 of file graph_python_wrap.cc.

◆ SWIG_ConvertPacked

#define SWIG_ConvertPacked (   obj,
  ptr,
  sz,
  ty 
)    SWIG_Python_ConvertPacked(obj, ptr, sz, ty)

Definition at line 1102 of file graph_python_wrap.cc.

◆ SWIG_ConvertPtr

#define SWIG_ConvertPtr (   obj,
  pptr,
  type,
  flags 
)    SWIG_Python_ConvertPtr(obj, pptr, type, flags)

Definition at line 1086 of file graph_python_wrap.cc.

◆ SWIG_ConvertPtrAndOwn

#define SWIG_ConvertPtrAndOwn (   obj,
  pptr,
  type,
  flags,
  own 
)    SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)

Definition at line 1087 of file graph_python_wrap.cc.

◆ SWIG_DelNewMask

#define SWIG_DelNewMask (   r)    (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)

Definition at line 329 of file graph_python_wrap.cc.

◆ SWIG_DelTmpMask

#define SWIG_DelTmpMask (   r)    (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)

Definition at line 332 of file graph_python_wrap.cc.

◆ SWIG_DivisionByZero

#define SWIG_DivisionByZero   -6

Definition at line 761 of file graph_python_wrap.cc.

◆ SWIG_ERROR

#define SWIG_ERROR   (-1)

Definition at line 312 of file graph_python_wrap.cc.

◆ SWIG_Error

#define SWIG_Error (   code,
  msg 
)    SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)

Definition at line 1127 of file graph_python_wrap.cc.

◆ SWIG_ErrorType

#define SWIG_ErrorType (   code)    SWIG_Python_ErrorType(code)

Definition at line 1126 of file graph_python_wrap.cc.

◆ SWIG_exception

#define SWIG_exception (   code,
  msg 
)    do { SWIG_Error(code, msg); SWIG_fail;; } while(0)

Definition at line 2690 of file graph_python_wrap.cc.

◆ SWIG_exception_fail

#define SWIG_exception_fail (   code,
  msg 
)    do { SWIG_Error(code, msg); SWIG_fail; } while(0)

Definition at line 2669 of file graph_python_wrap.cc.

◆ SWIG_fail

#define SWIG_fail   goto fail

Definition at line 1128 of file graph_python_wrap.cc.

◆ SWIG_From_long

#define SWIG_From_long   PyInt_FromLong

Definition at line 3079 of file graph_python_wrap.cc.

◆ SWIG_GetModule

#define SWIG_GetModule (   clientdata)    SWIG_Python_GetModule(clientdata)

Definition at line 1120 of file graph_python_wrap.cc.

◆ SWIG_IndexError

#define SWIG_IndexError   -4

Definition at line 759 of file graph_python_wrap.cc.

◆ SWIG_init

#define SWIG_init (   void)    init_pywrapgraph

Definition at line 2733 of file graph_python_wrap.cc.

◆ SWIG_InstallConstants

#define SWIG_InstallConstants (   d,
  constants 
)    SWIG_Python_InstallConstants(d, constants)

Definition at line 5033 of file graph_python_wrap.cc.

◆ SWIG_InternalNewPointerObj

#define SWIG_InternalNewPointerObj (   ptr,
  type,
  flags 
)    SWIG_Python_NewPointerObj(NULL, ptr, type, flags)

Definition at line 1095 of file graph_python_wrap.cc.

◆ SWIG_IOError

#define SWIG_IOError   -2

Definition at line 757 of file graph_python_wrap.cc.

◆ SWIG_IsNewObj

#define SWIG_IsNewObj (   r)    (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))

Definition at line 330 of file graph_python_wrap.cc.

◆ SWIG_IsOK

#define SWIG_IsOK (   r)    (r >= 0)

Definition at line 313 of file graph_python_wrap.cc.

◆ SWIG_IsTmpObj

#define SWIG_IsTmpObj (   r)    (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))

Definition at line 333 of file graph_python_wrap.cc.

◆ SWIG_MangledTypeQuery

#define SWIG_MangledTypeQuery (   name)    SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)

Definition at line 2717 of file graph_python_wrap.cc.

◆ SWIG_MemoryError

#define SWIG_MemoryError   -12

Definition at line 767 of file graph_python_wrap.cc.

◆ SWIG_MustGetPtr

#define SWIG_MustGetPtr (   p,
  type,
  argnum,
  flags 
)    SWIG_Python_MustGetPtr(p, type, argnum, flags)

Definition at line 2502 of file graph_python_wrap.cc.

◆ SWIG_name

#define SWIG_name   "_pywrapgraph"

Definition at line 2736 of file graph_python_wrap.cc.

◆ SWIG_NewClientData

#define SWIG_NewClientData (   obj)    SwigPyClientData_New(obj)

Definition at line 1122 of file graph_python_wrap.cc.

◆ SWIG_NewFunctionPtrObj

#define SWIG_NewFunctionPtrObj (   ptr,
  type 
)    SWIG_Python_NewPointerObj(NULL, ptr, type, 0)

Definition at line 1111 of file graph_python_wrap.cc.

◆ SWIG_NewInstanceObj

#define SWIG_NewInstanceObj (   ptr,
  type,
  flags 
)    SWIG_NewPointerObj(ptr, type, flags)

Definition at line 1107 of file graph_python_wrap.cc.

◆ SWIG_NewMemberObj

#define SWIG_NewMemberObj (   ptr,
  sz,
  type 
)    SWIG_Python_NewPackedObj(ptr, sz, type)

Definition at line 1115 of file graph_python_wrap.cc.

◆ SWIG_NEWOBJ

#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)

Definition at line 325 of file graph_python_wrap.cc.

◆ SWIG_NEWOBJMASK

#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)

Definition at line 319 of file graph_python_wrap.cc.

◆ SWIG_NewPackedObj

#define SWIG_NewPackedObj (   ptr,
  sz,
  type 
)    SWIG_Python_NewPackedObj(ptr, sz, type)

Definition at line 1103 of file graph_python_wrap.cc.

◆ SWIG_NewPointerObj

#define SWIG_NewPointerObj (   ptr,
  type,
  flags 
)    SWIG_Python_NewPointerObj(NULL, ptr, type, flags)

Definition at line 1092 of file graph_python_wrap.cc.

◆ SWIG_newvarlink

#define SWIG_newvarlink ( )    SWIG_Python_newvarlink()

Definition at line 5031 of file graph_python_wrap.cc.

◆ SWIG_NullReferenceError

#define SWIG_NullReferenceError   -13

Definition at line 768 of file graph_python_wrap.cc.

◆ SWIG_OK

#define SWIG_OK   (0)

Definition at line 311 of file graph_python_wrap.cc.

◆ SWIG_OLDOBJ

#define SWIG_OLDOBJ   (SWIG_OK)

Definition at line 324 of file graph_python_wrap.cc.

◆ SWIG_OverflowError

#define SWIG_OverflowError   -7

Definition at line 762 of file graph_python_wrap.cc.

◆ swig_owntype

#define swig_owntype   int

Definition at line 1099 of file graph_python_wrap.cc.

◆ SWIG_POINTER_DISOWN

#define SWIG_POINTER_DISOWN   0x1

Definition at line 224 of file graph_python_wrap.cc.

◆ SWIG_POINTER_EXCEPTION

#define SWIG_POINTER_EXCEPTION   0

Definition at line 2500 of file graph_python_wrap.cc.

◆ SWIG_POINTER_IMPLICIT_CONV

#define SWIG_POINTER_IMPLICIT_CONV   (SWIG_POINTER_DISOWN << 1)

Definition at line 1284 of file graph_python_wrap.cc.

◆ SWIG_POINTER_NEW

#define SWIG_POINTER_NEW   (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)

Definition at line 1282 of file graph_python_wrap.cc.

◆ SWIG_POINTER_NO_NULL

#define SWIG_POINTER_NO_NULL   0x4

Definition at line 226 of file graph_python_wrap.cc.

◆ SWIG_POINTER_NOSHADOW

#define SWIG_POINTER_NOSHADOW   (SWIG_POINTER_OWN << 1)

Definition at line 1281 of file graph_python_wrap.cc.

◆ SWIG_POINTER_OWN

#define SWIG_POINTER_OWN   0x1

Definition at line 229 of file graph_python_wrap.cc.

◆ SWIG_PY_BINARY

#define SWIG_PY_BINARY   5

Definition at line 1048 of file graph_python_wrap.cc.

◆ SWIG_PY_POINTER

#define SWIG_PY_POINTER   4

Definition at line 1047 of file graph_python_wrap.cc.

◆ SWIG_Python_CallFunctor

#define SWIG_Python_CallFunctor (   functor,
  obj 
)    PyObject_CallFunctionObjArgs(functor, obj, NULL);

Definition at line 1264 of file graph_python_wrap.cc.

◆ SWIG_Python_ConvertPtr

#define SWIG_Python_ConvertPtr (   obj,
  pptr,
  type,
  flags 
)    SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)

Definition at line 1085 of file graph_python_wrap.cc.

◆ SWIG_PYTHON_DIRECTOR_NO_VTABLE

#define SWIG_PYTHON_DIRECTOR_NO_VTABLE

Definition at line 16 of file graph_python_wrap.cc.

◆ SWIG_PYTHON_INITIALIZE_THREADS

#define SWIG_PYTHON_INITIALIZE_THREADS

Definition at line 1027 of file graph_python_wrap.cc.

◆ SWIG_Python_Raise

#define SWIG_Python_Raise (   obj,
  type,
  desc 
)    SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)

Definition at line 1150 of file graph_python_wrap.cc.

◆ SWIG_Python_str_DelForPy3

#define SWIG_Python_str_DelForPy3 (   x)

Definition at line 833 of file graph_python_wrap.cc.

◆ SWIG_Python_str_FromFormat

#define SWIG_Python_str_FromFormat   PyString_FromFormat

Definition at line 801 of file graph_python_wrap.cc.

◆ SWIG_PYTHON_THREAD_BEGIN_ALLOW

#define SWIG_PYTHON_THREAD_BEGIN_ALLOW

Definition at line 1030 of file graph_python_wrap.cc.

◆ SWIG_PYTHON_THREAD_BEGIN_BLOCK

#define SWIG_PYTHON_THREAD_BEGIN_BLOCK

Definition at line 1028 of file graph_python_wrap.cc.

◆ SWIG_PYTHON_THREAD_END_ALLOW

#define SWIG_PYTHON_THREAD_END_ALLOW

Definition at line 1031 of file graph_python_wrap.cc.

◆ SWIG_PYTHON_THREAD_END_BLOCK

#define SWIG_PYTHON_THREAD_END_BLOCK

Definition at line 1029 of file graph_python_wrap.cc.

◆ SWIG_RUNTIME_VERSION

#define SWIG_RUNTIME_VERSION   "4"

Definition at line 190 of file graph_python_wrap.cc.

◆ SWIG_RuntimeError

#define SWIG_RuntimeError   -3

Definition at line 758 of file graph_python_wrap.cc.

◆ SWIG_SetErrorMsg

#define SWIG_SetErrorMsg   SWIG_Python_SetErrorMsg

Definition at line 1125 of file graph_python_wrap.cc.

◆ SWIG_SetErrorObj

#define SWIG_SetErrorObj   SWIG_Python_SetErrorObj

Definition at line 1124 of file graph_python_wrap.cc.

◆ SWIG_SetModule

#define SWIG_SetModule (   clientdata,
  pointer 
)    SWIG_Python_SetModule(pointer)

Definition at line 1121 of file graph_python_wrap.cc.

◆ SWIG_STATIC_POINTER

#define SWIG_STATIC_POINTER (   var)    var = 0; if (!var) var

Definition at line 1273 of file graph_python_wrap.cc.

◆ SWIG_SyntaxError

#define SWIG_SyntaxError   -8

Definition at line 763 of file graph_python_wrap.cc.

◆ SWIG_SystemError

#define SWIG_SystemError   -10

Definition at line 765 of file graph_python_wrap.cc.

◆ SWIG_TMPOBJ

#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)

Definition at line 326 of file graph_python_wrap.cc.

◆ SWIG_TMPOBJMASK

#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)

Definition at line 321 of file graph_python_wrap.cc.

◆ SWIG_TYPE_TABLE_NAME

#define SWIG_TYPE_TABLE_NAME

Definition at line 198 of file graph_python_wrap.cc.

◆ SWIG_TypeError

#define SWIG_TypeError   -5

Definition at line 760 of file graph_python_wrap.cc.

◆ SWIG_TypeQuery [1/2]

#define SWIG_TypeQuery (   name)    SWIG_TypeQueryModule(&swig_module, &swig_module, name)

Definition at line 2724 of file graph_python_wrap.cc.

◆ SWIG_TypeQuery [2/2]

#define SWIG_TypeQuery   SWIG_Python_TypeQuery

Definition at line 2724 of file graph_python_wrap.cc.

◆ SWIG_UnknownError

#define SWIG_UnknownError   -1

Definition at line 756 of file graph_python_wrap.cc.

◆ SWIG_ValueError

#define SWIG_ValueError   -9

Definition at line 764 of file graph_python_wrap.cc.

◆ SWIG_VERSION

#define SWIG_VERSION   SWIGVERSION

Definition at line 2739 of file graph_python_wrap.cc.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 128 of file graph_python_wrap.cc.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 65 of file graph_python_wrap.cc.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 100 of file graph_python_wrap.cc.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 105 of file graph_python_wrap.cc.

◆ SWIGPY_CAPSULE_NAME

#define SWIGPY_CAPSULE_NAME   ("swig_runtime_data" SWIG_RUNTIME_VERSION ".type_pointer_capsule" SWIG_TYPE_TABLE_NAME)

Definition at line 856 of file graph_python_wrap.cc.

◆ SWIGPY_USE_CAPSULE

#define SWIGPY_USE_CAPSULE

Definition at line 855 of file graph_python_wrap.cc.

◆ SWIGPYTHON

#define SWIGPYTHON

Definition at line 13 of file graph_python_wrap.cc.

◆ SWIGRUNTIME

#define SWIGRUNTIME   SWIGINTERN

Definition at line 211 of file graph_python_wrap.cc.

◆ SWIGRUNTIMEINLINE

#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE

Definition at line 215 of file graph_python_wrap.cc.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 138 of file graph_python_wrap.cc.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 56 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_char

#define SWIGTYPE_p_char   swig_types[2]

Definition at line 2697 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_int

#define SWIGTYPE_p_int   swig_types[3]

Definition at line 2698 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_long

#define SWIGTYPE_p_long   swig_types[4]

Definition at line 2699 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_operations_research__EbertGraphT_int_int_t

#define SWIGTYPE_p_operations_research__EbertGraphT_int_int_t   swig_types[5]

Definition at line 2700 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_operations_research__ForwardEbertGraphT_int_int_t

#define SWIGTYPE_p_operations_research__ForwardEbertGraphT_int_int_t   swig_types[6]

Definition at line 2701 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_operations_research__ForwardStaticGraphT_int_int_t

#define SWIGTYPE_p_operations_research__ForwardStaticGraphT_int_int_t   swig_types[7]

Definition at line 2702 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_operations_research__MinCostFlowBase

#define SWIGTYPE_p_operations_research__MinCostFlowBase   swig_types[8]

Definition at line 2703 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_operations_research__SimpleLinearSumAssignment

#define SWIGTYPE_p_operations_research__SimpleLinearSumAssignment   swig_types[9]

Definition at line 2704 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_operations_research__SimpleMaxFlow

#define SWIGTYPE_p_operations_research__SimpleMaxFlow   swig_types[10]

Definition at line 2705 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_operations_research__SimpleMinCostFlow

#define SWIGTYPE_p_operations_research__SimpleMinCostFlow   swig_types[11]

Definition at line 2706 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_short

#define SWIGTYPE_p_short   swig_types[12]

Definition at line 2707 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_signed_char

#define SWIGTYPE_p_signed_char   swig_types[13]

Definition at line 2708 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_std__vectorT_int_t

#define SWIGTYPE_p_std__vectorT_int_t   swig_types[14]

Definition at line 2709 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_unsigned_char

#define SWIGTYPE_p_unsigned_char   swig_types[15]

Definition at line 2710 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_unsigned_int

#define SWIGTYPE_p_unsigned_int   swig_types[16]

Definition at line 2711 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_unsigned_long

#define SWIGTYPE_p_unsigned_long   swig_types[17]

Definition at line 2712 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_unsigned_short

#define SWIGTYPE_p_unsigned_short   swig_types[18]

Definition at line 2713 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_ZVectorT_int_t

#define SWIGTYPE_p_ZVectorT_int_t   swig_types[0]

Definition at line 2695 of file graph_python_wrap.cc.

◆ SWIGTYPE_p_ZVectorT_long_t

#define SWIGTYPE_p_ZVectorT_long_t   swig_types[1]

Definition at line 2696 of file graph_python_wrap.cc.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 80 of file graph_python_wrap.cc.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 94 of file graph_python_wrap.cc.

◆ SWIGVERSION

#define SWIGVERSION   0x040002

Definition at line 2738 of file graph_python_wrap.cc.

◆ SWIGWORDSIZE64

#define SWIGWORDSIZE64

Definition at line 2822 of file graph_python_wrap.cc.

Typedef Documentation

◆ swig_cast_info

◆ swig_const_info

◆ swig_converter_func

typedef void*(* swig_converter_func) (void *, int *)

Definition at line 363 of file graph_python_wrap.cc.

◆ swig_dycast_func

typedef struct swig_type_info*(* swig_dycast_func) (void **)

Definition at line 363 of file graph_python_wrap.cc.

◆ swig_globalvar

◆ swig_module_info

◆ swig_type_info

◆ swig_varlinkobject

Function Documentation

◆ _p_operations_research__SimpleMinCostFlowTo_p_operations_research__MinCostFlowBase()

static void* _p_operations_research__SimpleMinCostFlowTo_p_operations_research__MinCostFlowBase ( void *  x,
int *  SWIGUNUSEDPARMnewmemory 
)
static

Definition at line 4697 of file graph_python_wrap.cc.

◆ _wrap_AStarShortestPath()

SWIGINTERN PyObject* _wrap_AStarShortestPath ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4562 of file graph_python_wrap.cc.

◆ _wrap_BellmanFordShortestPath()

SWIGINTERN PyObject* _wrap_BellmanFordShortestPath ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4501 of file graph_python_wrap.cc.

◆ _wrap_delete_LinearSumAssignment()

SWIGINTERN PyObject* _wrap_delete_LinearSumAssignment ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4407 of file graph_python_wrap.cc.

◆ _wrap_delete_MinCostFlowBase()

SWIGINTERN PyObject* _wrap_delete_MinCostFlowBase ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3520 of file graph_python_wrap.cc.

◆ _wrap_delete_SimpleMaxFlow()

SWIGINTERN PyObject* _wrap_delete_SimpleMaxFlow ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3474 of file graph_python_wrap.cc.

◆ _wrap_delete_SimpleMinCostFlow()

SWIGINTERN PyObject* _wrap_delete_SimpleMinCostFlow ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4073 of file graph_python_wrap.cc.

◆ _wrap_DijkstraShortestPath()

SWIGINTERN PyObject* _wrap_DijkstraShortestPath ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4440 of file graph_python_wrap.cc.

◆ _wrap_LinearSumAssignment_AddArcWithCost()

SWIGINTERN PyObject* _wrap_LinearSumAssignment_AddArcWithCost ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4119 of file graph_python_wrap.cc.

◆ _wrap_LinearSumAssignment_AssignmentCost()

SWIGINTERN PyObject* _wrap_LinearSumAssignment_AssignmentCost ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4377 of file graph_python_wrap.cc.

◆ _wrap_LinearSumAssignment_Cost()

SWIGINTERN PyObject* _wrap_LinearSumAssignment_Cost ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4271 of file graph_python_wrap.cc.

◆ _wrap_LinearSumAssignment_LeftNode()

SWIGINTERN PyObject* _wrap_LinearSumAssignment_LeftNode ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4211 of file graph_python_wrap.cc.

◆ _wrap_LinearSumAssignment_NumArcs()

SWIGINTERN PyObject* _wrap_LinearSumAssignment_NumArcs ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4188 of file graph_python_wrap.cc.

◆ _wrap_LinearSumAssignment_NumNodes()

SWIGINTERN PyObject* _wrap_LinearSumAssignment_NumNodes ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4165 of file graph_python_wrap.cc.

◆ _wrap_LinearSumAssignment_OptimalCost()

SWIGINTERN PyObject* _wrap_LinearSumAssignment_OptimalCost ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4324 of file graph_python_wrap.cc.

◆ _wrap_LinearSumAssignment_RightMate()

SWIGINTERN PyObject* _wrap_LinearSumAssignment_RightMate ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4347 of file graph_python_wrap.cc.

◆ _wrap_LinearSumAssignment_RightNode()

SWIGINTERN PyObject* _wrap_LinearSumAssignment_RightNode ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4241 of file graph_python_wrap.cc.

◆ _wrap_LinearSumAssignment_Solve()

SWIGINTERN PyObject* _wrap_LinearSumAssignment_Solve ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4301 of file graph_python_wrap.cc.

◆ _wrap_new_LinearSumAssignment()

SWIGINTERN PyObject* _wrap_new_LinearSumAssignment ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4106 of file graph_python_wrap.cc.

◆ _wrap_new_MinCostFlowBase()

SWIGINTERN PyObject* _wrap_new_MinCostFlowBase ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3507 of file graph_python_wrap.cc.

◆ _wrap_new_SimpleMaxFlow()

SWIGINTERN PyObject* _wrap_new_SimpleMaxFlow ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3091 of file graph_python_wrap.cc.

◆ _wrap_new_SimpleMinCostFlow()

SWIGINTERN PyObject* _wrap_new_SimpleMinCostFlow ( PyObject *  self,
PyObject *  args 
)

Definition at line 3616 of file graph_python_wrap.cc.

◆ _wrap_new_SimpleMinCostFlow__SWIG_0()

SWIGINTERN PyObject* _wrap_new_SimpleMinCostFlow__SWIG_0 ( PyObject *  SWIGUNUSEDPARMself,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 3553 of file graph_python_wrap.cc.

◆ _wrap_new_SimpleMinCostFlow__SWIG_1()

SWIGINTERN PyObject* _wrap_new_SimpleMinCostFlow__SWIG_1 ( PyObject *  SWIGUNUSEDPARMself,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 3582 of file graph_python_wrap.cc.

◆ _wrap_new_SimpleMinCostFlow__SWIG_2()

SWIGINTERN PyObject* _wrap_new_SimpleMinCostFlow__SWIG_2 ( PyObject *  SWIGUNUSEDPARMself,
Py_ssize_t  nobjs,
PyObject **  SWIGUNUSEDPARMswig_obj 
)

Definition at line 3603 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_AddArcWithCapacity()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_AddArcWithCapacity ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3104 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_Capacity()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_Capacity ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3256 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_Flow()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_Flow ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3347 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_GetSinkSideMinCut()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_GetSinkSideMinCut ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3407 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_GetSourceSideMinCut()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_GetSourceSideMinCut ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3377 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_Head()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_Head ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3226 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_NumArcs()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_NumArcs ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3173 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_NumNodes()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_NumNodes ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3150 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_OptimalFlow()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_OptimalFlow ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3324 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_SetArcCapacity()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_SetArcCapacity ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3437 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_Solve()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_Solve ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3286 of file graph_python_wrap.cc.

◆ _wrap_SimpleMaxFlow_Tail()

SWIGINTERN PyObject* _wrap_SimpleMaxFlow_Tail ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3196 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_AddArcWithCapacityAndUnitCost()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_AddArcWithCapacityAndUnitCost ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3664 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_Capacity()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_Capacity ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3983 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_Flow()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_Flow ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3847 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_Head()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_Head ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3953 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_MaximumFlow()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_MaximumFlow ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3824 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_NumArcs()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_NumArcs ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3900 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_NumNodes()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_NumNodes ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3877 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_OptimalCost()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_OptimalCost ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3801 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_SetNodeSupply()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_SetNodeSupply ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3718 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_Solve()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_Solve ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3755 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_SolveMaxFlowWithMinCost()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_SolveMaxFlowWithMinCost ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3778 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_Supply()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_Supply ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4013 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_Tail()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_Tail ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3923 of file graph_python_wrap.cc.

◆ _wrap_SimpleMinCostFlow_UnitCost()

SWIGINTERN PyObject* _wrap_SimpleMinCostFlow_UnitCost ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4043 of file graph_python_wrap.cc.

◆ HandleResult()

static ReturnT HandleResult ( PyObject *  pyresult)
static

Definition at line 2866 of file graph_python_wrap.cc.

◆ HandleResult< void >()

void HandleResult< void > ( PyObject *  pyresult)

Definition at line 2888 of file graph_python_wrap.cc.

◆ InvokePythonCallableReturning() [1/2]

static ReturnT InvokePythonCallableReturning ( PyObject *  pyfunc)
static

Definition at line 2909 of file graph_python_wrap.cc.

◆ InvokePythonCallableReturning() [2/2]

static ReturnT InvokePythonCallableReturning ( PyObject *  pyfunc,
const char *  format,
Args...  args 
)
static

Definition at line 2900 of file graph_python_wrap.cc.

◆ LinearSumAssignment_swiginit()

SWIGINTERN PyObject* LinearSumAssignment_swiginit ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4436 of file graph_python_wrap.cc.

◆ LinearSumAssignment_swigregister()

SWIGINTERN PyObject* LinearSumAssignment_swigregister ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4429 of file graph_python_wrap.cc.

◆ MinCostFlowBase_swiginit()

SWIGINTERN PyObject* MinCostFlowBase_swiginit ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3549 of file graph_python_wrap.cc.

◆ MinCostFlowBase_swigregister()

SWIGINTERN PyObject* MinCostFlowBase_swigregister ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3542 of file graph_python_wrap.cc.

◆ SimpleMaxFlow_swiginit()

SWIGINTERN PyObject* SimpleMaxFlow_swiginit ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3503 of file graph_python_wrap.cc.

◆ SimpleMaxFlow_swigregister()

SWIGINTERN PyObject* SimpleMaxFlow_swigregister ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3496 of file graph_python_wrap.cc.

◆ SimpleMinCostFlow_swiginit()

SWIGINTERN PyObject* SimpleMinCostFlow_swiginit ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4102 of file graph_python_wrap.cc.

◆ SimpleMinCostFlow_swigregister()

SWIGINTERN PyObject* SimpleMinCostFlow_swigregister ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4095 of file graph_python_wrap.cc.

◆ SWIG_AsVal_double()

SWIGINTERN int SWIG_AsVal_double ( PyObject *  obj,
double *  val 
)

Definition at line 2932 of file graph_python_wrap.cc.

◆ SWIG_AsVal_int()

SWIGINTERN int SWIG_AsVal_int ( PyObject *  obj,
int *  val 
)

Definition at line 3057 of file graph_python_wrap.cc.

◆ SWIG_AsVal_long()

SWIGINTERN int SWIG_AsVal_long ( PyObject *  obj,
long *  val 
)

Definition at line 3014 of file graph_python_wrap.cc.

◆ SWIG_CanCastAsInteger()

SWIGINTERNINLINE int SWIG_CanCastAsInteger ( double *  d,
double  min,
double  max 
)

Definition at line 2984 of file graph_python_wrap.cc.

◆ SWIG_From_bool()

SWIGINTERNINLINE PyObject* SWIG_From_bool ( bool  value)

Definition at line 3083 of file graph_python_wrap.cc.

◆ SWIG_From_int()

SWIGINTERNINLINE PyObject* SWIG_From_int ( int  value)

Definition at line 3073 of file graph_python_wrap.cc.

◆ SWIG_globals()

SWIGINTERN PyObject* SWIG_globals ( void  )

Definition at line 5236 of file graph_python_wrap.cc.

◆ SWIG_InitializeModule()

SWIGRUNTIME void SWIG_InitializeModule ( void *  clientdata)

Definition at line 4847 of file graph_python_wrap.cc.

◆ SWIG_MangledTypeQueryModule()

SWIGRUNTIME swig_type_info* SWIG_MangledTypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

Definition at line 582 of file graph_python_wrap.cc.

◆ SWIG_PackData()

SWIGRUNTIME char* SWIG_PackData ( char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 656 of file graph_python_wrap.cc.

◆ SWIG_PackDataName()

SWIGRUNTIME char* SWIG_PackDataName ( char *  buff,
void *  ptr,
size_t  sz,
const char *  name,
size_t  bsz 
)

Definition at line 724 of file graph_python_wrap.cc.

◆ SWIG_PackVoidPtr()

SWIGRUNTIME char* SWIG_PackVoidPtr ( char *  buff,
void *  ptr,
const char *  name,
size_t  bsz 
)

Definition at line 700 of file graph_python_wrap.cc.

◆ SWIG_PropagateClientData()

SWIGRUNTIME void SWIG_PropagateClientData ( void  )

Definition at line 4994 of file graph_python_wrap.cc.

◆ SWIG_Py_Void()

SWIGRUNTIMEINLINE PyObject* SWIG_Py_Void ( void  )

Definition at line 1296 of file graph_python_wrap.cc.

◆ SWIG_PyInstanceMethod_New()

SWIGINTERN PyObject* SWIG_PyInstanceMethod_New ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  func 
)

Definition at line 5349 of file graph_python_wrap.cc.

◆ SWIG_PyStaticMethod_New()

SWIGINTERN PyObject* SWIG_PyStaticMethod_New ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  func 
)

Definition at line 5368 of file graph_python_wrap.cc.

◆ SWIG_Python_AcquirePtr()

SWIGRUNTIME int SWIG_Python_AcquirePtr ( PyObject *  obj,
int  own 
)

Definition at line 2085 of file graph_python_wrap.cc.

◆ SWIG_Python_AddErrMesg()

SWIGRUNTIME int SWIG_Python_AddErrMesg ( const char *  mesg,
int  infront 
)

Definition at line 2505 of file graph_python_wrap.cc.

◆ SWIG_Python_AddErrorMsg()

SWIGRUNTIME void SWIG_Python_AddErrorMsg ( const char *  mesg)

Definition at line 913 of file graph_python_wrap.cc.

◆ SWIG_Python_addvarlink()

SWIGINTERN void SWIG_Python_addvarlink ( PyObject *  p,
const char *  name,
PyObject *(*)(void)  get_attr,
int(*)(PyObject *p)  set_attr 
)

Definition at line 5219 of file graph_python_wrap.cc.

◆ SWIG_Python_AppendOutput()

SWIGINTERN PyObject* SWIG_Python_AppendOutput ( PyObject *  result,
PyObject *  obj 
)

Definition at line 1184 of file graph_python_wrap.cc.

◆ SWIG_Python_ArgFail()

SWIGRUNTIME int SWIG_Python_ArgFail ( int  argnum)

Definition at line 2533 of file graph_python_wrap.cc.

◆ SWIG_Python_CheckImplicit()

SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit ( swig_type_info ty)

Definition at line 1316 of file graph_python_wrap.cc.

◆ SWIG_Python_CheckNoKeywords()

SWIGINTERN int SWIG_Python_CheckNoKeywords ( PyObject *  kwargs,
const char *  name 
)

Definition at line 1251 of file graph_python_wrap.cc.

◆ SWIG_Python_ConvertFunctionPtr()

SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr ( PyObject *  obj,
void **  ptr,
swig_type_info ty 
)

Definition at line 2205 of file graph_python_wrap.cc.

◆ SWIG_Python_ConvertPacked()

SWIGRUNTIME int SWIG_Python_ConvertPacked ( PyObject *  obj,
void *  ptr,
size_t  sz,
swig_type_info ty 
)

Definition at line 2234 of file graph_python_wrap.cc.

◆ SWIG_Python_ConvertPtrAndOwn()

SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn ( PyObject *  obj,
void **  ptr,
swig_type_info ty,
int  flags,
int *  own 
)

Definition at line 2100 of file graph_python_wrap.cc.

◆ SWIG_Python_DestroyModule()

SWIGRUNTIME void SWIG_Python_DestroyModule ( PyObject *  obj)

Definition at line 2435 of file graph_python_wrap.cc.

◆ SWIG_Python_ErrorType()

SWIGRUNTIME PyObject* SWIG_Python_ErrorType ( int  code)

Definition at line 869 of file graph_python_wrap.cc.

◆ SWIG_Python_ExceptionType()

SWIGRUNTIMEINLINE PyObject* SWIG_Python_ExceptionType ( swig_type_info desc)

Definition at line 1326 of file graph_python_wrap.cc.

◆ SWIG_Python_FixMethods()

SWIGINTERN void SWIG_Python_FixMethods ( PyMethodDef *  methods,
swig_const_info const_table,
swig_type_info **  types,
swig_type_info **  types_initial 
)

Definition at line 5277 of file graph_python_wrap.cc.

◆ SWIG_Python_GetModule()

SWIGRUNTIME swig_module_info* SWIG_Python_GetModule ( void *  SWIGUNUSEDPARMclientdata)

Definition at line 2417 of file graph_python_wrap.cc.

◆ SWIG_Python_GetSwigThis()

SWIGRUNTIME SwigPyObject* SWIG_Python_GetSwigThis ( PyObject *  pyobj)

Definition at line 2019 of file graph_python_wrap.cc.

◆ SWIG_Python_InitShadowInstance()

SWIGINTERN PyObject* SWIG_Python_InitShadowInstance ( PyObject *  args)

Definition at line 2331 of file graph_python_wrap.cc.

◆ SWIG_Python_InstallConstants()

SWIGINTERN void SWIG_Python_InstallConstants ( PyObject *  d,
swig_const_info  constants[] 
)

Definition at line 5250 of file graph_python_wrap.cc.

◆ SWIG_Python_MustGetPtr()

SWIGRUNTIME void* SWIG_Python_MustGetPtr ( PyObject *  obj,
swig_type_info ty,
int   SWIGUNUSEDPARMargnum,
int  flags 
)

Definition at line 2593 of file graph_python_wrap.cc.

◆ SWIG_Python_NewPackedObj()

SWIGRUNTIMEINLINE PyObject* SWIG_Python_NewPackedObj ( void *  ptr,
size_t  sz,
swig_type_info type 
)

Definition at line 2404 of file graph_python_wrap.cc.

◆ SWIG_Python_NewPointerObj()

SWIGRUNTIME PyObject* SWIG_Python_NewPointerObj ( PyObject *  self,
void *  ptr,
swig_type_info type,
int  flags 
)

Definition at line 2350 of file graph_python_wrap.cc.

◆ SWIG_Python_NewShadowInstance()

SWIGRUNTIME PyObject* SWIG_Python_NewShadowInstance ( SwigPyClientData data,
PyObject *  swig_this 
)

Definition at line 2257 of file graph_python_wrap.cc.

◆ SWIG_Python_newvarlink()

SWIGINTERN PyObject* SWIG_Python_newvarlink ( void  )

Definition at line 5210 of file graph_python_wrap.cc.

◆ SWIG_Python_RaiseOrModifyTypeError()

SWIGRUNTIME void SWIG_Python_RaiseOrModifyTypeError ( const char *  message)

Definition at line 949 of file graph_python_wrap.cc.

◆ SWIG_Python_SetConstant()

SWIGINTERN void SWIG_Python_SetConstant ( PyObject *  d,
const char *  name,
PyObject *  obj 
)

Definition at line 1174 of file graph_python_wrap.cc.

◆ SWIG_Python_SetErrorMsg()

SWIGINTERN void SWIG_Python_SetErrorMsg ( PyObject *  errtype,
const char *  msg 
)

Definition at line 1144 of file graph_python_wrap.cc.

◆ SWIG_Python_SetErrorObj()

SWIGINTERN void SWIG_Python_SetErrorObj ( PyObject *  errtype,
PyObject *  obj 
)

Definition at line 1136 of file graph_python_wrap.cc.

◆ SWIG_Python_SetModule()

SWIGRUNTIME void SWIG_Python_SetModule ( swig_module_info swig_module)

Definition at line 2452 of file graph_python_wrap.cc.

◆ SWIG_Python_SetSwigThis()

SWIGRUNTIME int SWIG_Python_SetSwigThis ( PyObject *  inst,
PyObject *  swig_this 
)

Definition at line 2313 of file graph_python_wrap.cc.

◆ SWIG_Python_str_AsChar()

SWIGINTERN char* SWIG_Python_str_AsChar ( PyObject *  str)

Definition at line 809 of file graph_python_wrap.cc.

◆ SWIG_Python_str_FromChar()

SWIGINTERN PyObject* SWIG_Python_str_FromChar ( const char *  c)

Definition at line 840 of file graph_python_wrap.cc.

◆ SWIG_Python_TypeCache()

SWIGRUNTIME PyObject* SWIG_Python_TypeCache ( void  )

Definition at line 2470 of file graph_python_wrap.cc.

◆ SWIG_Python_TypeError()

SWIGRUNTIME void SWIG_Python_TypeError ( const char *  type,
PyObject *  obj 
)

Definition at line 2554 of file graph_python_wrap.cc.

◆ SWIG_Python_TypeErrorOccurred()

SWIGRUNTIME int SWIG_Python_TypeErrorOccurred ( PyObject *  obj)

Definition at line 939 of file graph_python_wrap.cc.

◆ SWIG_Python_TypeQuery()

SWIGRUNTIME swig_type_info* SWIG_Python_TypeQuery ( const char *  type)

Definition at line 2476 of file graph_python_wrap.cc.

◆ SWIG_Python_UnpackTuple()

SWIGINTERN Py_ssize_t SWIG_Python_UnpackTuple ( PyObject *  args,
const char *  name,
Py_ssize_t  min,
Py_ssize_t  max,
PyObject **  objs 
)

Definition at line 1205 of file graph_python_wrap.cc.

◆ SWIG_PythonGetProxyDoc()

SWIGINTERN PyMethodDef* SWIG_PythonGetProxyDoc ( const char *  name)

Definition at line 5329 of file graph_python_wrap.cc.

◆ SWIG_This()

SWIGRUNTIME PyObject* SWIG_This ( void  )

Definition at line 2004 of file graph_python_wrap.cc.

◆ SWIG_TypeCast()

SWIGRUNTIMEINLINE void* SWIG_TypeCast ( swig_cast_info ty,
void *  ptr,
int *  newmemory 
)

Definition at line 500 of file graph_python_wrap.cc.

◆ SWIG_TypeCheck()

SWIGRUNTIME swig_cast_info* SWIG_TypeCheck ( const char *  c,
swig_type_info ty 
)

Definition at line 446 of file graph_python_wrap.cc.

◆ SWIG_TypeCheckStruct()

SWIGRUNTIME swig_cast_info* SWIG_TypeCheckStruct ( swig_type_info from,
swig_type_info ty 
)

Definition at line 473 of file graph_python_wrap.cc.

◆ SWIG_TypeClientData()

SWIGRUNTIME void SWIG_TypeClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 552 of file graph_python_wrap.cc.

◆ SWIG_TypeCmp()

SWIGRUNTIME int SWIG_TypeCmp ( const char *  nb,
const char *  tb 
)

Definition at line 419 of file graph_python_wrap.cc.

◆ SWIG_TypeDynamicCast()

SWIGRUNTIME swig_type_info* SWIG_TypeDynamicCast ( swig_type_info ty,
void **  ptr 
)

Definition at line 508 of file graph_python_wrap.cc.

◆ SWIG_TypeEquiv()

SWIGRUNTIME int SWIG_TypeEquiv ( const char *  nb,
const char *  tb 
)

Definition at line 438 of file graph_python_wrap.cc.

◆ SWIG_TypeName()

SWIGRUNTIMEINLINE const char* SWIG_TypeName ( const swig_type_info ty)

Definition at line 522 of file graph_python_wrap.cc.

◆ SWIG_TypeNameComp()

SWIGRUNTIME int SWIG_TypeNameComp ( const char *  f1,
const char *  l1,
const char *  f2,
const char *  l2 
)

Definition at line 404 of file graph_python_wrap.cc.

◆ SWIG_TypeNewClientData()

SWIGRUNTIME void SWIG_TypeNewClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 568 of file graph_python_wrap.cc.

◆ SWIG_TypePrettyName()

SWIGRUNTIME const char* SWIG_TypePrettyName ( const swig_type_info type)

Definition at line 531 of file graph_python_wrap.cc.

◆ SWIG_TypeQueryModule()

SWIGRUNTIME swig_type_info* SWIG_TypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

Definition at line 627 of file graph_python_wrap.cc.

◆ SWIG_UnpackData()

SWIGRUNTIME const char* SWIG_UnpackData ( const char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 672 of file graph_python_wrap.cc.

◆ SWIG_UnpackDataName()

SWIGRUNTIME const char* SWIG_UnpackDataName ( const char *  c,
void *  ptr,
size_t  sz,
const char *  name 
)

Definition at line 739 of file graph_python_wrap.cc.

◆ SWIG_UnpackVoidPtr()

SWIGRUNTIME const char* SWIG_UnpackVoidPtr ( const char *  c,
void **  ptr,
const char *  name 
)

Definition at line 711 of file graph_python_wrap.cc.

◆ swig_varlink_dealloc()

SWIGINTERN void swig_varlink_dealloc ( swig_varlinkobject v)

Definition at line 5099 of file graph_python_wrap.cc.

◆ swig_varlink_getattr()

SWIGINTERN PyObject* swig_varlink_getattr ( swig_varlinkobject v,
char *  n 
)

Definition at line 5110 of file graph_python_wrap.cc.

◆ swig_varlink_repr()

SWIGINTERN PyObject* swig_varlink_repr ( swig_varlinkobject SWIGUNUSEDPARMv)

Definition at line 5052 of file graph_python_wrap.cc.

◆ swig_varlink_setattr()

SWIGINTERN int swig_varlink_setattr ( swig_varlinkobject v,
char *  n,
PyObject *  p 
)

Definition at line 5127 of file graph_python_wrap.cc.

◆ swig_varlink_str()

SWIGINTERN PyObject* swig_varlink_str ( swig_varlinkobject v)

Definition at line 5061 of file graph_python_wrap.cc.

◆ swig_varlink_type()

SWIGINTERN PyTypeObject* swig_varlink_type ( void  )

Definition at line 5144 of file graph_python_wrap.cc.

◆ SwigPyClientData_Del()

SWIGRUNTIME void SwigPyClientData_Del ( SwigPyClientData data)

Definition at line 1380 of file graph_python_wrap.cc.

◆ SwigPyClientData_New()

SWIGRUNTIME SwigPyClientData* SwigPyClientData_New ( PyObject *  obj)

Definition at line 1334 of file graph_python_wrap.cc.

◆ SwigPyObject_acquire()

SWIGINTERN PyObject* SwigPyObject_acquire ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1627 of file graph_python_wrap.cc.

◆ SwigPyObject_append()

SWIGRUNTIME PyObject* SwigPyObject_append ( PyObject *  v,
PyObject *  next 
)

Definition at line 1594 of file graph_python_wrap.cc.

◆ SwigPyObject_Check()

SWIGRUNTIMEINLINE int SwigPyObject_Check ( PyObject *  op)

Definition at line 1527 of file graph_python_wrap.cc.

◆ SwigPyObject_compare()

SWIGRUNTIME int SwigPyObject_compare ( SwigPyObject v,
SwigPyObject w 
)

Definition at line 1484 of file graph_python_wrap.cc.

◆ SwigPyObject_dealloc()

SWIGRUNTIME void SwigPyObject_dealloc ( PyObject *  v)

Definition at line 1543 of file graph_python_wrap.cc.

◆ SwigPyObject_disown()

SWIGINTERN PyObject* SwigPyObject_disown ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1619 of file graph_python_wrap.cc.

◆ SwigPyObject_format()

SWIGRUNTIME PyObject* SwigPyObject_format ( const char *  fmt,
SwigPyObject v 
)

Definition at line 1423 of file graph_python_wrap.cc.

◆ SwigPyObject_GetDesc()

SWIGRUNTIMEINLINE const char* SwigPyObject_GetDesc ( PyObject *  self)

Definition at line 2546 of file graph_python_wrap.cc.

◆ SwigPyObject_hex()

SWIGRUNTIME PyObject* SwigPyObject_hex ( SwigPyObject v)

Definition at line 1451 of file graph_python_wrap.cc.

◆ SwigPyObject_long()

SWIGRUNTIME PyObject* SwigPyObject_long ( SwigPyObject v)

Definition at line 1417 of file graph_python_wrap.cc.

◆ SwigPyObject_New()

SWIGRUNTIME PyObject* SwigPyObject_New ( void *  ptr,
swig_type_info ty,
int  own 
)

Definition at line 1799 of file graph_python_wrap.cc.

◆ SwigPyObject_next()

SWIGRUNTIME PyObject* SwigPyObject_next ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1607 of file graph_python_wrap.cc.

◆ SwigPyObject_oct()

SWIGRUNTIME PyObject* SwigPyObject_oct ( SwigPyObject v)

Definition at line 1445 of file graph_python_wrap.cc.

◆ SwigPyObject_own()

SWIGINTERN PyObject* SwigPyObject_own ( PyObject *  v,
PyObject *  args 
)

Definition at line 1635 of file graph_python_wrap.cc.

◆ SwigPyObject_repr()

SWIGRUNTIME PyObject* SwigPyObject_repr ( SwigPyObject v)

Definition at line 1457 of file graph_python_wrap.cc.

◆ SwigPyObject_repr2()

SWIGRUNTIME PyObject* SwigPyObject_repr2 ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1478 of file graph_python_wrap.cc.

◆ SwigPyObject_richcompare()

SWIGRUNTIME PyObject* SwigPyObject_richcompare ( SwigPyObject v,
SwigPyObject w,
int  op 
)

Definition at line 1493 of file graph_python_wrap.cc.

◆ SwigPyObject_type()

SWIGRUNTIME PyTypeObject* SwigPyObject_type ( void  )

Definition at line 1520 of file graph_python_wrap.cc.

◆ SwigPyObject_TypeOnce()

SWIGRUNTIME PyTypeObject* SwigPyObject_TypeOnce ( void  )

Definition at line 1666 of file graph_python_wrap.cc.

◆ SwigPyPacked_Check()

SWIGRUNTIMEINLINE int SwigPyPacked_Check ( PyObject *  op)

Definition at line 1862 of file graph_python_wrap.cc.

◆ SwigPyPacked_compare()

SWIGRUNTIME int SwigPyPacked_compare ( SwigPyPacked v,
SwigPyPacked w 
)

Definition at line 1845 of file graph_python_wrap.cc.

◆ SwigPyPacked_dealloc()

SWIGRUNTIME void SwigPyPacked_dealloc ( PyObject *  v)

Definition at line 1868 of file graph_python_wrap.cc.

◆ SwigPyPacked_New()

SWIGRUNTIME PyObject* SwigPyPacked_New ( void *  ptr,
size_t  size,
swig_type_info ty 
)

Definition at line 1966 of file graph_python_wrap.cc.

◆ SwigPyPacked_repr()

SWIGRUNTIME PyObject* SwigPyPacked_repr ( SwigPyPacked v)

Definition at line 1823 of file graph_python_wrap.cc.

◆ SwigPyPacked_str()

SWIGRUNTIME PyObject* SwigPyPacked_str ( SwigPyPacked v)

Definition at line 1834 of file graph_python_wrap.cc.

◆ SwigPyPacked_type()

SWIGRUNTIME PyTypeObject* SwigPyPacked_type ( void  )

Definition at line 1856 of file graph_python_wrap.cc.

◆ SwigPyPacked_TypeOnce()

SWIGRUNTIME PyTypeObject* SwigPyPacked_TypeOnce ( void  )

Definition at line 1878 of file graph_python_wrap.cc.

◆ SwigPyPacked_UnpackData()

SWIGRUNTIME swig_type_info* SwigPyPacked_UnpackData ( PyObject *  obj,
void *  ptr,
size_t  size 
)

Definition at line 1985 of file graph_python_wrap.cc.

Variable Documentation

◆ _swigc__p_char

swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4744 of file graph_python_wrap.cc.

◆ _swigc__p_int

swig_cast_info _swigc__p_int[] = { {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4745 of file graph_python_wrap.cc.

◆ _swigc__p_long

swig_cast_info _swigc__p_long[] = { {&_swigt__p_long, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4746 of file graph_python_wrap.cc.

◆ _swigc__p_operations_research__EbertGraphT_int_int_t

swig_cast_info _swigc__p_operations_research__EbertGraphT_int_int_t[] = { {&_swigt__p_operations_research__EbertGraphT_int_int_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4747 of file graph_python_wrap.cc.

◆ _swigc__p_operations_research__ForwardEbertGraphT_int_int_t

swig_cast_info _swigc__p_operations_research__ForwardEbertGraphT_int_int_t[] = { {&_swigt__p_operations_research__ForwardEbertGraphT_int_int_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4748 of file graph_python_wrap.cc.

◆ _swigc__p_operations_research__ForwardStaticGraphT_int_int_t

swig_cast_info _swigc__p_operations_research__ForwardStaticGraphT_int_int_t[] = { {&_swigt__p_operations_research__ForwardStaticGraphT_int_int_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4749 of file graph_python_wrap.cc.

◆ _swigc__p_operations_research__MinCostFlowBase

◆ _swigc__p_operations_research__SimpleLinearSumAssignment

swig_cast_info _swigc__p_operations_research__SimpleLinearSumAssignment[] = { {&_swigt__p_operations_research__SimpleLinearSumAssignment, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4751 of file graph_python_wrap.cc.

◆ _swigc__p_operations_research__SimpleMaxFlow

swig_cast_info _swigc__p_operations_research__SimpleMaxFlow[] = { {&_swigt__p_operations_research__SimpleMaxFlow, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4752 of file graph_python_wrap.cc.

◆ _swigc__p_operations_research__SimpleMinCostFlow

swig_cast_info _swigc__p_operations_research__SimpleMinCostFlow[] = { {&_swigt__p_operations_research__SimpleMinCostFlow, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4753 of file graph_python_wrap.cc.

◆ _swigc__p_short

swig_cast_info _swigc__p_short[] = { {&_swigt__p_short, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4754 of file graph_python_wrap.cc.

◆ _swigc__p_signed_char

swig_cast_info _swigc__p_signed_char[] = { {&_swigt__p_signed_char, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4755 of file graph_python_wrap.cc.

◆ _swigc__p_std__vectorT_int_t

swig_cast_info _swigc__p_std__vectorT_int_t[] = { {&_swigt__p_std__vectorT_int_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4756 of file graph_python_wrap.cc.

◆ _swigc__p_unsigned_char

swig_cast_info _swigc__p_unsigned_char[] = { {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4757 of file graph_python_wrap.cc.

◆ _swigc__p_unsigned_int

swig_cast_info _swigc__p_unsigned_int[] = { {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4758 of file graph_python_wrap.cc.

◆ _swigc__p_unsigned_long

swig_cast_info _swigc__p_unsigned_long[] = { {&_swigt__p_unsigned_long, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4759 of file graph_python_wrap.cc.

◆ _swigc__p_unsigned_short

swig_cast_info _swigc__p_unsigned_short[] = { {&_swigt__p_unsigned_short, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4760 of file graph_python_wrap.cc.

◆ _swigc__p_ZVectorT_int_t

swig_cast_info _swigc__p_ZVectorT_int_t[] = { {&_swigt__p_ZVectorT_int_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4742 of file graph_python_wrap.cc.

◆ _swigc__p_ZVectorT_long_t

swig_cast_info _swigc__p_ZVectorT_long_t[] = { {&_swigt__p_ZVectorT_long_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 4743 of file graph_python_wrap.cc.

◆ _swigt__p_char

swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
static

Definition at line 4702 of file graph_python_wrap.cc.

◆ _swigt__p_int

swig_type_info _swigt__p_int = {"_p_int", "int *|int_least32_t *|int32 *|operations_research::NodeIndex *|int32_t *|operations_research::ArcIndex *", 0, 0, (void*)0, 0}
static

Definition at line 4703 of file graph_python_wrap.cc.

◆ _swigt__p_long

swig_type_info _swigt__p_long = {"_p_long", "intptr_t *|operations_research::CostValue *|int_least64_t *|int_fast32_t *|int_fast64_t *|int64 *|int64_t *|operations_research::FlowQuantity *|long *|int_fast16_t *|intmax_t *", 0, 0, (void*)0, 0}
static

Definition at line 4704 of file graph_python_wrap.cc.

◆ _swigt__p_operations_research__EbertGraphT_int_int_t

swig_type_info _swigt__p_operations_research__EbertGraphT_int_int_t = {"_p_operations_research__EbertGraphT_int_int_t", "operations_research::StarGraph *|operations_research::EbertGraph< int,int > *", 0, 0, (void*)0, 0}
static

Definition at line 4705 of file graph_python_wrap.cc.

◆ _swigt__p_operations_research__ForwardEbertGraphT_int_int_t

swig_type_info _swigt__p_operations_research__ForwardEbertGraphT_int_int_t = {"_p_operations_research__ForwardEbertGraphT_int_int_t", "operations_research::ForwardEbertGraph< int,int > *|operations_research::ForwardStarGraph *", 0, 0, (void*)0, 0}
static

Definition at line 4706 of file graph_python_wrap.cc.

◆ _swigt__p_operations_research__ForwardStaticGraphT_int_int_t

swig_type_info _swigt__p_operations_research__ForwardStaticGraphT_int_int_t = {"_p_operations_research__ForwardStaticGraphT_int_int_t", "operations_research::ForwardStaticGraph< int,int > *|operations_research::ForwardStarStaticGraph *", 0, 0, (void*)0, 0}
static

Definition at line 4707 of file graph_python_wrap.cc.

◆ _swigt__p_operations_research__MinCostFlowBase

swig_type_info _swigt__p_operations_research__MinCostFlowBase = {"_p_operations_research__MinCostFlowBase", "operations_research::MinCostFlowBase *", 0, 0, (void*)0, 0}
static

Definition at line 4708 of file graph_python_wrap.cc.

◆ _swigt__p_operations_research__SimpleLinearSumAssignment

swig_type_info _swigt__p_operations_research__SimpleLinearSumAssignment = {"_p_operations_research__SimpleLinearSumAssignment", "operations_research::SimpleLinearSumAssignment *", 0, 0, (void*)0, 0}
static

Definition at line 4709 of file graph_python_wrap.cc.

◆ _swigt__p_operations_research__SimpleMaxFlow

swig_type_info _swigt__p_operations_research__SimpleMaxFlow = {"_p_operations_research__SimpleMaxFlow", "operations_research::SimpleMaxFlow *", 0, 0, (void*)0, 0}
static

Definition at line 4710 of file graph_python_wrap.cc.

◆ _swigt__p_operations_research__SimpleMinCostFlow

swig_type_info _swigt__p_operations_research__SimpleMinCostFlow = {"_p_operations_research__SimpleMinCostFlow", "operations_research::SimpleMinCostFlow *", 0, 0, (void*)0, 0}
static

Definition at line 4711 of file graph_python_wrap.cc.

◆ _swigt__p_short

swig_type_info _swigt__p_short = {"_p_short", "int16 *|short *|int_least16_t *|int16_t *", 0, 0, (void*)0, 0}
static

Definition at line 4712 of file graph_python_wrap.cc.

◆ _swigt__p_signed_char

swig_type_info _swigt__p_signed_char = {"_p_signed_char", "signed char *|int8 *|int_least8_t *|int_fast8_t *|int8_t *", 0, 0, (void*)0, 0}
static

Definition at line 4713 of file graph_python_wrap.cc.

◆ _swigt__p_std__vectorT_int_t

swig_type_info _swigt__p_std__vectorT_int_t = {"_p_std__vectorT_int_t", "std::vector< operations_research::NodeIndex > *|std::vector< int > *", 0, 0, (void*)0, 0}
static

Definition at line 4714 of file graph_python_wrap.cc.

◆ _swigt__p_unsigned_char

swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "unsigned char *|uint8 *|uint_least8_t *|uint_fast8_t *|uint8_t *", 0, 0, (void*)0, 0}
static

Definition at line 4715 of file graph_python_wrap.cc.

◆ _swigt__p_unsigned_int

swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "uint_least32_t *|uint32 *|uint32_t *|unsigned int *", 0, 0, (void*)0, 0}
static

Definition at line 4716 of file graph_python_wrap.cc.

◆ _swigt__p_unsigned_long

swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "uintptr_t *|uint_least64_t *|uint_fast32_t *|uint_fast64_t *|uint64 *|uint64_t *|unsigned long *|uint_fast16_t *|uintmax_t *", 0, 0, (void*)0, 0}
static

Definition at line 4717 of file graph_python_wrap.cc.

◆ _swigt__p_unsigned_short

swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "uint16 *|unsigned short *|uint_least16_t *|uint16_t *", 0, 0, (void*)0, 0}
static

Definition at line 4718 of file graph_python_wrap.cc.

◆ _swigt__p_ZVectorT_int_t

swig_type_info _swigt__p_ZVectorT_int_t = {"_p_ZVectorT_int_t", "operations_research::NodeIndexArray *|operations_research::ArcIndexArray *|ZVector< int > *", 0, 0, (void*)0, 0}
static

Definition at line 4700 of file graph_python_wrap.cc.

◆ _swigt__p_ZVectorT_long_t

swig_type_info _swigt__p_ZVectorT_long_t = {"_p_ZVectorT_long_t", "operations_research::QuantityArray *|operations_research::CostArray *|ZVector< long > *", 0, 0, (void*)0, 0}
static

Definition at line 4701 of file graph_python_wrap.cc.

◆ swig_cast_initial

◆ swig_const_table

swig_const_info swig_const_table[]
static
Initial value:
= {
{0, 0, 0, 0.0, 0, 0}}

Definition at line 4787 of file graph_python_wrap.cc.

◆ swig_module

swig_module_info swig_module = {swig_types, 19, 0, 0, 0, 0}
static

Definition at line 2715 of file graph_python_wrap.cc.

◆ Swig_This_global

PyObject* Swig_This_global = NULL
static

Definition at line 2001 of file graph_python_wrap.cc.

◆ swig_type_initial

◆ swig_types

swig_type_info* swig_types[20]
static

Definition at line 2714 of file graph_python_wrap.cc.

◆ SwigMethods

PyMethodDef SwigMethods[]
static

Definition at line 4630 of file graph_python_wrap.cc.

◆ SwigMethods_proxydocs

PyMethodDef SwigMethods_proxydocs[]
static
Initial value:
= {
{ NULL, NULL, 0, NULL }
}

Definition at line 4690 of file graph_python_wrap.cc.

◆ swigobject_methods

PyMethodDef swigobject_methods[]
static
Initial value:
= {
{"disown", SwigPyObject_disown, METH_NOARGS, "releases ownership of the pointer"},
{"acquire", SwigPyObject_acquire, METH_NOARGS, "acquires ownership of the pointer"},
{"own", SwigPyObject_own, METH_VARARGS, "returns/sets ownership of the pointer"},
{"append", SwigPyObject_append, METH_O, "appends another 'this' object"},
{"next", SwigPyObject_next, METH_NOARGS, "returns the next 'this' object"},
{"__repr__",SwigPyObject_repr2, METH_NOARGS, "returns object representation"},
{0, 0, 0, 0}
}

Definition at line 1655 of file graph_python_wrap.cc.

_swigt__p_unsigned_char
static swig_type_info _swigt__p_unsigned_char
Definition: graph_python_wrap.cc:4715
_swigt__p_std__vectorT_int_t
static swig_type_info _swigt__p_std__vectorT_int_t
Definition: graph_python_wrap.cc:4714
_swigt__p_operations_research__MinCostFlowBase
static swig_type_info _swigt__p_operations_research__MinCostFlowBase
Definition: graph_python_wrap.cc:4708
_swigt__p_unsigned_long
static swig_type_info _swigt__p_unsigned_long
Definition: graph_python_wrap.cc:4717
_swigc__p_ZVectorT_int_t
static swig_cast_info _swigc__p_ZVectorT_int_t[]
Definition: graph_python_wrap.cc:4742
SwigPyObject_acquire
SWIGINTERN PyObject * SwigPyObject_acquire(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
Definition: graph_python_wrap.cc:1627
_swigt__p_int
static swig_type_info _swigt__p_int
Definition: graph_python_wrap.cc:4703
_swigc__p_operations_research__ForwardEbertGraphT_int_int_t
static swig_cast_info _swigc__p_operations_research__ForwardEbertGraphT_int_int_t[]
Definition: graph_python_wrap.cc:4748
_swigt__p_operations_research__EbertGraphT_int_int_t
static swig_type_info _swigt__p_operations_research__EbertGraphT_int_int_t
Definition: graph_python_wrap.cc:4705
_swigt__p_operations_research__SimpleLinearSumAssignment
static swig_type_info _swigt__p_operations_research__SimpleLinearSumAssignment
Definition: graph_python_wrap.cc:4709
_swigc__p_operations_research__SimpleLinearSumAssignment
static swig_cast_info _swigc__p_operations_research__SimpleLinearSumAssignment[]
Definition: graph_python_wrap.cc:4751
_swigc__p_int
static swig_cast_info _swigc__p_int[]
Definition: graph_python_wrap.cc:4745
SwigPyObject_next
SWIGRUNTIME PyObject * SwigPyObject_next(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
Definition: graph_python_wrap.cc:1607
_swigc__p_short
static swig_cast_info _swigc__p_short[]
Definition: graph_python_wrap.cc:4754
_swigc__p_operations_research__SimpleMinCostFlow
static swig_cast_info _swigc__p_operations_research__SimpleMinCostFlow[]
Definition: graph_python_wrap.cc:4753
_swigt__p_operations_research__SimpleMaxFlow
static swig_type_info _swigt__p_operations_research__SimpleMaxFlow
Definition: graph_python_wrap.cc:4710
_swigc__p_operations_research__EbertGraphT_int_int_t
static swig_cast_info _swigc__p_operations_research__EbertGraphT_int_int_t[]
Definition: graph_python_wrap.cc:4747
_swigt__p_operations_research__ForwardEbertGraphT_int_int_t
static swig_type_info _swigt__p_operations_research__ForwardEbertGraphT_int_int_t
Definition: graph_python_wrap.cc:4706
_swigc__p_operations_research__MinCostFlowBase
static swig_cast_info _swigc__p_operations_research__MinCostFlowBase[]
Definition: graph_python_wrap.cc:4750
_swigt__p_signed_char
static swig_type_info _swigt__p_signed_char
Definition: graph_python_wrap.cc:4713
_swigc__p_operations_research__ForwardStaticGraphT_int_int_t
static swig_cast_info _swigc__p_operations_research__ForwardStaticGraphT_int_int_t[]
Definition: graph_python_wrap.cc:4749
_swigc__p_unsigned_int
static swig_cast_info _swigc__p_unsigned_int[]
Definition: graph_python_wrap.cc:4758
SwigPyObject_repr2
SWIGRUNTIME PyObject * SwigPyObject_repr2(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
Definition: graph_python_wrap.cc:1478
_swigc__p_unsigned_short
static swig_cast_info _swigc__p_unsigned_short[]
Definition: graph_python_wrap.cc:4760
_swigt__p_ZVectorT_long_t
static swig_type_info _swigt__p_ZVectorT_long_t
Definition: graph_python_wrap.cc:4701
_swigc__p_unsigned_long
static swig_cast_info _swigc__p_unsigned_long[]
Definition: graph_python_wrap.cc:4759
SwigPyObject_disown
SWIGINTERN PyObject * SwigPyObject_disown(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
Definition: graph_python_wrap.cc:1619
_swigc__p_std__vectorT_int_t
static swig_cast_info _swigc__p_std__vectorT_int_t[]
Definition: graph_python_wrap.cc:4756
_swigt__p_operations_research__SimpleMinCostFlow
static swig_type_info _swigt__p_operations_research__SimpleMinCostFlow
Definition: graph_python_wrap.cc:4711
_swigt__p_char
static swig_type_info _swigt__p_char
Definition: graph_python_wrap.cc:4702
_swigt__p_ZVectorT_int_t
static swig_type_info _swigt__p_ZVectorT_int_t
Definition: graph_python_wrap.cc:4700
SwigPyObject_own
SWIGINTERN PyObject * SwigPyObject_own(PyObject *v, PyObject *args)
Definition: graph_python_wrap.cc:1635
_swigc__p_long
static swig_cast_info _swigc__p_long[]
Definition: graph_python_wrap.cc:4746
_swigt__p_long
static swig_type_info _swigt__p_long
Definition: graph_python_wrap.cc:4704
_swigt__p_unsigned_int
static swig_type_info _swigt__p_unsigned_int
Definition: graph_python_wrap.cc:4716
_swigc__p_char
static swig_cast_info _swigc__p_char[]
Definition: graph_python_wrap.cc:4744
_swigt__p_operations_research__ForwardStaticGraphT_int_int_t
static swig_type_info _swigt__p_operations_research__ForwardStaticGraphT_int_int_t
Definition: graph_python_wrap.cc:4707
_swigc__p_unsigned_char
static swig_cast_info _swigc__p_unsigned_char[]
Definition: graph_python_wrap.cc:4757
SwigPyObject_append
SWIGRUNTIME PyObject * SwigPyObject_append(PyObject *v, PyObject *next)
Definition: graph_python_wrap.cc:1594
_swigt__p_short
static swig_type_info _swigt__p_short
Definition: graph_python_wrap.cc:4712
_swigc__p_signed_char
static swig_cast_info _swigc__p_signed_char[]
Definition: graph_python_wrap.cc:4755
_swigc__p_ZVectorT_long_t
static swig_cast_info _swigc__p_ZVectorT_long_t[]
Definition: graph_python_wrap.cc:4743
_swigt__p_unsigned_short
static swig_type_info _swigt__p_unsigned_short
Definition: graph_python_wrap.cc:4718
_swigc__p_operations_research__SimpleMaxFlow
static swig_cast_info _swigc__p_operations_research__SimpleMaxFlow[]
Definition: graph_python_wrap.cc:4752