36 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"SWIGRegisterExceptionCallbacks_operations_research_graph")]
50 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"SWIGRegisterExceptionArgumentCallbacks_operations_research_graph")]
56 static void SetPendingApplicationException(
string message) {
59 static void SetPendingArithmeticException(
string message) {
62 static void SetPendingDivideByZeroException(
string message) {
63 SWIGPendingException.Set(
new global::System.DivideByZeroException(message, SWIGPendingException.Retrieve()));
65 static void SetPendingIndexOutOfRangeException(
string message) {
66 SWIGPendingException.Set(
new global::System.IndexOutOfRangeException(message, SWIGPendingException.Retrieve()));
68 static void SetPendingInvalidCastException(
string message) {
69 SWIGPendingException.Set(
new global::System.InvalidCastException(message, SWIGPendingException.Retrieve()));
71 static void SetPendingInvalidOperationException(
string message) {
72 SWIGPendingException.Set(
new global::System.InvalidOperationException(message, SWIGPendingException.Retrieve()));
74 static void SetPendingIOException(
string message) {
75 SWIGPendingException.Set(
new global::System.IO.IOException(message, SWIGPendingException.Retrieve()));
77 static void SetPendingNullReferenceException(
string message) {
78 SWIGPendingException.Set(
new global::System.NullReferenceException(message, SWIGPendingException.Retrieve()));
80 static void SetPendingOutOfMemoryException(
string message) {
81 SWIGPendingException.Set(
new global::System.OutOfMemoryException(message, SWIGPendingException.Retrieve()));
83 static void SetPendingOverflowException(
string message) {
84 SWIGPendingException.Set(
new global::System.OverflowException(message, SWIGPendingException.Retrieve()));
86 static void SetPendingSystemException(
string message) {
87 SWIGPendingException.Set(
new global::System.SystemException(message, SWIGPendingException.Retrieve()));
90 static void SetPendingArgumentException(
string message,
string paramName) {
91 SWIGPendingException.Set(
new global::System.ArgumentException(message, paramName, SWIGPendingException.Retrieve()));
93 static void SetPendingArgumentNullException(
string message,
string paramName) {
94 global::System.Exception e = SWIGPendingException.Retrieve();
95 if (e !=
null) message = message +
" Inner Exception: " + e.Message;
96 SWIGPendingException.Set(
new global::System.ArgumentNullException(paramName, message));
98 static void SetPendingArgumentOutOfRangeException(
string message,
string paramName) {
99 global::System.Exception e = SWIGPendingException.Retrieve();
100 if (e !=
null) message = message +
" Inner Exception: " + e.Message;
101 SWIGPendingException.Set(
new global::System.ArgumentOutOfRangeException(paramName, message));
104 static SWIGExceptionHelper() {
108 divideByZeroDelegate,
109 indexOutOfRangeDelegate,
111 invalidOperationDelegate,
113 nullReferenceDelegate,
120 argumentNullDelegate,
121 argumentOutOfRangeDelegate);
128 [global::System.ThreadStatic]
129 private static global::System.Exception pendingException =
null;
130 private static int numExceptionsPending = 0;
131 private static global::System.Object exceptionsLock =
null;
135 bool pending =
false;
136 if (numExceptionsPending > 0)
137 if (pendingException !=
null)
143 public static void Set(global::System.Exception e) {
144 if (pendingException !=
null)
145 throw new global::System.ApplicationException(
"FATAL: An earlier pending exception from unmanaged code was missed and thus not thrown (" + pendingException.ToString() +
")", e);
146 pendingException = e;
147 lock(exceptionsLock) {
148 numExceptionsPending++;
152 public static global::System.Exception
Retrieve() {
153 global::System.Exception e =
null;
154 if (numExceptionsPending > 0) {
155 if (pendingException !=
null) {
156 e = pendingException;
157 pendingException =
null;
158 lock(exceptionsLock) {
159 numExceptionsPending--;
166 static SWIGPendingException() {
167 exceptionsLock =
new global::System.Object();
172 protected class SWIGStringHelper {
177 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"SWIGRegisterStringCallback_operations_research_graph")]
180 static string CreateString(
string cString) {
189 static protected SWIGStringHelper
swigStringHelper =
new SWIGStringHelper();
196 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_new_MaxFlow___")]
197 public static extern global::System.IntPtr
new_MaxFlow();
199 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MaxFlow_AddArcWithCapacity___")]
200 public static extern int MaxFlow_AddArcWithCapacity(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2,
int jarg3,
long jarg4);
202 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MaxFlow_NumNodes___")]
203 public static extern int MaxFlow_NumNodes(global::System.Runtime.InteropServices.HandleRef jarg1);
205 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MaxFlow_NumArcs___")]
206 public static extern int MaxFlow_NumArcs(global::System.Runtime.InteropServices.HandleRef jarg1);
208 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MaxFlow_Tail___")]
209 public static extern int MaxFlow_Tail(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
211 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MaxFlow_Head___")]
212 public static extern int MaxFlow_Head(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
214 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MaxFlow_Capacity___")]
215 public static extern long MaxFlow_Capacity(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
217 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MaxFlow_Solve___")]
218 public static extern int MaxFlow_Solve(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2,
int jarg3);
220 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MaxFlow_OptimalFlow___")]
221 public static extern long MaxFlow_OptimalFlow(global::System.Runtime.InteropServices.HandleRef jarg1);
223 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MaxFlow_Flow___")]
224 public static extern long MaxFlow_Flow(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
226 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MaxFlow_SetArcCapacity___")]
227 public static extern void MaxFlow_SetArcCapacity(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2,
long jarg3);
229 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_delete_MaxFlow___")]
230 public static extern void delete_MaxFlow(global::System.Runtime.InteropServices.HandleRef jarg1);
232 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_new_MinCostFlowBase___")]
235 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_delete_MinCostFlowBase___")]
238 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_new_MinCostFlow__SWIG_0___")]
241 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_new_MinCostFlow__SWIG_1___")]
244 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_new_MinCostFlow__SWIG_2___")]
247 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_AddArcWithCapacityAndUnitCost___")]
250 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_SetNodeSupply___")]
251 public static extern void MinCostFlow_SetNodeSupply(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2,
long jarg3);
253 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_Solve___")]
254 public static extern int MinCostFlow_Solve(global::System.Runtime.InteropServices.HandleRef jarg1);
256 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_SolveMaxFlowWithMinCost___")]
259 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_OptimalCost___")]
262 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_MaximumFlow___")]
265 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_Flow___")]
266 public static extern long MinCostFlow_Flow(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
268 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_NumNodes___")]
269 public static extern int MinCostFlow_NumNodes(global::System.Runtime.InteropServices.HandleRef jarg1);
271 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_NumArcs___")]
272 public static extern int MinCostFlow_NumArcs(global::System.Runtime.InteropServices.HandleRef jarg1);
274 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_Tail___")]
275 public static extern int MinCostFlow_Tail(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
277 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_Head___")]
278 public static extern int MinCostFlow_Head(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
280 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_Capacity___")]
281 public static extern long MinCostFlow_Capacity(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
283 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_Supply___")]
284 public static extern long MinCostFlow_Supply(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
286 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_UnitCost___")]
287 public static extern long MinCostFlow_UnitCost(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
289 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_delete_MinCostFlow___")]
290 public static extern void delete_MinCostFlow(global::System.Runtime.InteropServices.HandleRef jarg1);
292 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_new_LinearSumAssignment___")]
295 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_LinearSumAssignment_AddArcWithCost___")]
298 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_LinearSumAssignment_NumNodes___")]
301 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_LinearSumAssignment_NumArcs___")]
304 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_LinearSumAssignment_LeftNode___")]
307 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_LinearSumAssignment_RightNode___")]
310 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_LinearSumAssignment_Cost___")]
311 public static extern long LinearSumAssignment_Cost(global::System.Runtime.InteropServices.HandleRef jarg1,
int jarg2);
313 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_LinearSumAssignment_Solve___")]
316 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_LinearSumAssignment_OptimalCost___")]
319 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_LinearSumAssignment_RightMate___")]
322 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_LinearSumAssignment_AssignmentCost___")]
325 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_delete_LinearSumAssignment___")]
328 [global::System.Runtime.InteropServices.DllImport(
"google-ortools-native", EntryPoint=
"CSharp_GooglefOrToolsfGraph_MinCostFlow_SWIGUpcast___")]