DotNet Reference
DotNet Reference
TypeRegulationsConstraint.cs
Go to the documentation of this file.
21 internal TypeRegulationsConstraint(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.TypeRegulationsConstraint_SWIGUpcast(cPtr), cMemoryOwn) {
25 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TypeRegulationsConstraint 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);
42 public TypeRegulationsConstraint(RoutingModel model) : this(operations_research_constraint_solverPINVOKE.new_TypeRegulationsConstraint(RoutingModel.getCPtr(model)), true) {
43 if (operations_research_constraint_solverPINVOKE.SWIGPendingException.Pending) throw operations_research_constraint_solverPINVOKE.SWIGPendingException.Retrieve();
TypeRegulationsConstraint(RoutingModel model)
Definition: TypeRegulationsConstraint.cs:42
static bool Pending
override void InitialPropagateWrapper()
Definition: TypeRegulationsConstraint.cs:50
Definition: Assignment.cs:11
static void delete_TypeRegulationsConstraint(global::System.Runtime.InteropServices.HandleRef jarg1)
static void TypeRegulationsConstraint_Post(global::System.Runtime.InteropServices.HandleRef jarg1)
override void Post()
Definition: TypeRegulationsConstraint.cs:46
Definition: TypeRegulationsConstraint.cs:18
static global::System.IntPtr TypeRegulationsConstraint_SWIGUpcast(global::System.IntPtr jarg1)
static void TypeRegulationsConstraint_InitialPropagateWrapper(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.Exception Retrieve()
override void Dispose(bool disposing)
Definition: TypeRegulationsConstraint.cs:29