DotNet Reference
DotNet Reference
SolutionCallback.cs
Go to the documentation of this file.
27 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
46 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
101 long ret = operations_research_satPINVOKE.SolutionCallback_SolutionIntegerValue(swigCPtr, index);
106 bool ret = operations_research_satPINVOKE.SolutionCallback_SolutionBooleanValue(swigCPtr, index);
145 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, null, methodTypes, null);
virtual void OnSolutionCallback()
Definition: SolutionCallback.cs:51
virtual void Dispose(bool disposing)
Definition: SolutionCallback.cs:39
static long SolutionCallback_NumBooleans(global::System.Runtime.InteropServices.HandleRef jarg1)
long SolutionIntegerValue(int index)
Definition: SolutionCallback.cs:100
Google.OrTools.Sat.CpSolverResponse Response()
Definition: SolutionCallback.cs:114
static void SolutionCallback_OnSolutionCallback(global::System.Runtime.InteropServices.HandleRef jarg1)
static long SolutionCallback_NumIntegerPropagations(global::System.Runtime.InteropServices.HandleRef jarg1)
double BestObjectiveBound()
Definition: SolutionCallback.cs:95
Definition: Constraint.cs:11
static double SolutionCallback_WallTime(global::System.Runtime.InteropServices.HandleRef jarg1)
bool SolutionBooleanValue(int index)
Definition: SolutionCallback.cs:105
static long SolutionCallback_NumConflicts(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool SolutionCallback_SolutionBooleanValue(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
delegate void SwigDelegateSolutionCallback_0()
static System.IntPtr SolutionCallback_Response(global::System.Runtime.InteropServices.HandleRef jarg1)
static void SolutionCallback_StopSearch(global::System.Runtime.InteropServices.HandleRef jarg1)
long NumConflicts()
Definition: SolutionCallback.cs:65
static void SolutionCallback_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, SolutionCallback.SwigDelegateSolutionCallback_0 delegate0)
static long SolutionCallback_NumBinaryPropagations(global::System.Runtime.InteropServices.HandleRef jarg1)
Definition: Constraint.cs:11
static long SolutionCallback_NumBranches(global::System.Runtime.InteropServices.HandleRef jarg1)
static double SolutionCallback_UserTime(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_SolutionCallback(global::System.Runtime.InteropServices.HandleRef jarg1)
static double SolutionCallback_BestObjectiveBound(global::System.Runtime.InteropServices.HandleRef jarg1)
double ObjectiveValue()
Definition: SolutionCallback.cs:90
long NumIntegerPropagations()
Definition: SolutionCallback.cs:75
static double SolutionCallback_ObjectiveValue(global::System.Runtime.InteropServices.HandleRef jarg1)
SolutionCallback()
Definition: SolutionCallback.cs:134
long NumBinaryPropagations()
Definition: SolutionCallback.cs:70
Definition: operations_research_sat.cs:11
static long SolutionCallback_SolutionIntegerValue(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)