DotNet Reference
.Net 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);
static long SolutionCallback_NumIntegerPropagations(global::System.Runtime.InteropServices.HandleRef jarg1)
static long SolutionCallback_NumBinaryPropagations(global::System.Runtime.InteropServices.HandleRef jarg1)
The response returned by a solver trying to solve a CpModelProto.
Definition: CpModel.pb.cs:7464
static void SolutionCallback_OnSolutionCallback(global::System.Runtime.InteropServices.HandleRef jarg1)
static double SolutionCallback_UserTime(global::System.Runtime.InteropServices.HandleRef jarg1)
static void SolutionCallback_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, SolutionCallback.SwigDelegateSolutionCallback_0 delegate0)
double ObjectiveValue()
Definition: SolutionCallback.cs:90
static long SolutionCallback_NumBranches(global::System.Runtime.InteropServices.HandleRef jarg1)
SolutionCallback()
Definition: SolutionCallback.cs:134
long NumBinaryPropagations()
Definition: SolutionCallback.cs:70
static long SolutionCallback_SolutionIntegerValue(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
long NumIntegerPropagations()
Definition: SolutionCallback.cs:75
Definition: IntArrayHelper.cs:15
double BestObjectiveBound()
Definition: SolutionCallback.cs:95
static long SolutionCallback_NumBooleans(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual void OnSolutionCallback()
Definition: SolutionCallback.cs:51
static long SolutionCallback_NumConflicts(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual void Dispose(bool disposing)
Definition: SolutionCallback.cs:39
static double SolutionCallback_BestObjectiveBound(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_SolutionCallback(global::System.Runtime.InteropServices.HandleRef jarg1)
long SolutionIntegerValue(int index)
Definition: SolutionCallback.cs:100
void MergeFrom(CpSolverResponse other)
Definition: CpModel.pb.cs:8110
static double SolutionCallback_ObjectiveValue(global::System.Runtime.InteropServices.HandleRef jarg1)
Definition: IntArrayHelper.cs:15
static double SolutionCallback_WallTime(global::System.Runtime.InteropServices.HandleRef jarg1)
bool SolutionBooleanValue(int index)
Definition: SolutionCallback.cs:105
Google.OrTools.Sat.CpSolverResponse Response()
Definition: SolutionCallback.cs:114
delegate void SwigDelegateSolutionCallback_0()
static void SolutionCallback_StopSearch(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool SolutionCallback_SolutionBooleanValue(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
long NumConflicts()
Definition: SolutionCallback.cs:65
static System.IntPtr SolutionCallback_Response(global::System.Runtime.InteropServices.HandleRef jarg1)
Definition: CpModel.pb.cs:12