DotNet Reference
.Net Reference
DisjunctiveConstraint.cs
Go to the documentation of this file.
21 internal DisjunctiveConstraint(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.DisjunctiveConstraint_SWIGUpcast(cPtr), cMemoryOwn) {
25 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DisjunctiveConstraint 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);
54 global::System.IntPtr cPtr = operations_research_constraint_solverPINVOKE.DisjunctiveConstraint_SequenceVar(swigCPtr);
60 operations_research_constraint_solverPINVOKE.DisjunctiveConstraint_SetTransitionTime(swigCPtr, StoreLongLongToLong(transition_time) );
64 long ret = operations_research_constraint_solverPINVOKE.DisjunctiveConstraint_TransitionTime(swigCPtr, before_index, after_index);
virtual SequenceVar SequenceVar()
Definition: DisjunctiveConstraint.cs:53
static void delete_DisjunctiveConstraint(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr DisjunctiveConstraint_SequenceVar(global::System.Runtime.InteropServices.HandleRef jarg1)
static long DisjunctiveConstraint_TransitionTime(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)
void SetTransitionTime(LongLongToLong transition_time)
Definition: DisjunctiveConstraint.cs:59
static void DisjunctiveConstraint_SetTransitionTime(global::System.Runtime.InteropServices.HandleRef jarg1, LongLongToLong jarg2)
long TransitionTime(int before_index, int after_index)
Definition: DisjunctiveConstraint.cs:63
static global::System.IntPtr DisjunctiveConstraint_SWIGUpcast(global::System.IntPtr jarg1)
override void Dispose(bool disposing)
Definition: DisjunctiveConstraint.cs:29
delegate long LongLongToLong(long t, long u)