DotNet Reference
.Net Reference
SolutionPool.cs
Go to the documentation of this file.
21 internal SolutionPool(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.SolutionPool_SWIGUpcast(cPtr), cMemoryOwn) {
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 operations_research_constraint_solverPINVOKE.SolutionPool_Initialize(swigCPtr, Assignment.getCPtr(assignment));
47 operations_research_constraint_solverPINVOKE.SolutionPool_RegisterNewSolution(swigCPtr, Assignment.getCPtr(assignment));
51 operations_research_constraint_solverPINVOKE.SolutionPool_GetNextSolution(swigCPtr, Assignment.getCPtr(assignment));
55 bool ret = operations_research_constraint_solverPINVOKE.SolutionPool_SyncNeeded(swigCPtr, Assignment.getCPtr(local_assignment));
static void SolutionPool_GetNextSolution(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void SolutionPool_RegisterNewSolution(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
override void Dispose(bool disposing)
Definition: SolutionPool.cs:29
Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SolutionPool_SWIGUpcast
static global::System.IntPtr SolutionPool_SWIGUpcast(global::System.IntPtr jarg1)
Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SolutionPool_Initialize
static void SolutionPool_Initialize(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SolutionPool_SyncNeeded
static bool SolutionPool_SyncNeeded(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
virtual void GetNextSolution(Assignment assignment)
Definition: SolutionPool.cs:50
virtual void RegisterNewSolution(Assignment assignment)
Definition: SolutionPool.cs:46
virtual bool SyncNeeded(Assignment local_assignment)
Definition: SolutionPool.cs:54
virtual void Initialize(Assignment assignment)
Definition: SolutionPool.cs:42
static void delete_SolutionPool(global::System.Runtime.InteropServices.HandleRef jarg1)