DotNet Reference
DotNet Reference
PathWithPreviousNodesOperator.cs
Go to the documentation of this file.
21 internal PathWithPreviousNodesOperator(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.PathWithPreviousNodesOperator_SWIGUpcast(cPtr), cMemoryOwn) {
25 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PathWithPreviousNodesOperator obj) {
26 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
43 bool ret = operations_research_constraint_solverPINVOKE.PathWithPreviousNodesOperator_IsPathStart(swigCPtr, node_index);
48 long ret = operations_research_constraint_solverPINVOKE.PathWithPreviousNodesOperator_Prev(swigCPtr, node_index);
53 string ret = operations_research_constraint_solverPINVOKE.PathWithPreviousNodesOperator_ToString(swigCPtr);
long Prev(long node_index)
Definition: PathWithPreviousNodesOperator.cs:47
override string ToString()
Definition: PathWithPreviousNodesOperator.cs:52
Definition: Assignment.cs:11
static void delete_PathWithPreviousNodesOperator(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr PathWithPreviousNodesOperator_SWIGUpcast(global::System.IntPtr jarg1)
override void Dispose(bool disposing)
Definition: PathWithPreviousNodesOperator.cs:29
static bool PathWithPreviousNodesOperator_IsPathStart(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)
bool IsPathStart(long node_index)
Definition: PathWithPreviousNodesOperator.cs:42
Definition: PathWithPreviousNodesOperator.cs:18
static long PathWithPreviousNodesOperator_Prev(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)
static string PathWithPreviousNodesOperator_ToString(global::System.Runtime.InteropServices.HandleRef jarg1)