DotNet Reference
DotNet Reference
GlobalCheapestInsertionFilteredDecisionBuilder.cs
Go to the documentation of this file.
18 public partial class GlobalCheapestInsertionFilteredDecisionBuilder : CheapestInsertionFilteredDecisionBuilder {
21 internal GlobalCheapestInsertionFilteredDecisionBuilder(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.GlobalCheapestInsertionFilteredDecisionBuilder_SWIGUpcast(cPtr), cMemoryOwn) {
25 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GlobalCheapestInsertionFilteredDecisionBuilder obj) {
26 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
34 operations_research_constraint_solverPINVOKE.delete_GlobalCheapestInsertionFilteredDecisionBuilder(swigCPtr);
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
43 bool ret = operations_research_constraint_solverPINVOKE.GlobalCheapestInsertionFilteredDecisionBuilder_BuildSolution(swigCPtr);
48 string ret = operations_research_constraint_solverPINVOKE.GlobalCheapestInsertionFilteredDecisionBuilder_ToString(swigCPtr);
override bool BuildSolution()
Definition: Assignment.cs:11
static bool GlobalCheapestInsertionFilteredDecisionBuilder_BuildSolution(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr GlobalCheapestInsertionFilteredDecisionBuilder_SWIGUpcast(global::System.IntPtr jarg1)
override void Dispose(bool disposing)
override string ToString()
static void delete_GlobalCheapestInsertionFilteredDecisionBuilder(global::System.Runtime.InteropServices.HandleRef jarg1)
static string GlobalCheapestInsertionFilteredDecisionBuilder_ToString(global::System.Runtime.InteropServices.HandleRef jarg1)