DotNet Reference
.Net Reference
Detailed Description
Definition at line 17 of file SolutionCallback.cs.
Public Member Functions | |
void | Dispose () |
virtual void | OnSolutionCallback () |
long | NumBooleans () |
long | NumBranches () |
long | NumConflicts () |
long | NumBinaryPropagations () |
long | NumIntegerPropagations () |
double | WallTime () |
double | UserTime () |
double | ObjectiveValue () |
double | BestObjectiveBound () |
long | SolutionIntegerValue (int index) |
bool | SolutionBooleanValue (int index) |
void | StopSearch () |
Google.OrTools.Sat.CpSolverResponse | Response () |
SolutionCallback () | |
delegate void | SwigDelegateSolutionCallback_0 () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Protected Attributes | |
bool | swigCMemOwn |
Constructor & Destructor Documentation
◆ SolutionCallback()
|
inline |
Definition at line 134 of file SolutionCallback.cs.
Member Function Documentation
◆ BestObjectiveBound()
|
inline |
Definition at line 95 of file SolutionCallback.cs.
◆ Dispose() [1/2]
|
inline |
Definition at line 34 of file SolutionCallback.cs.
◆ Dispose() [2/2]
|
inlineprotectedvirtual |
Definition at line 39 of file SolutionCallback.cs.
◆ NumBinaryPropagations()
|
inline |
Definition at line 70 of file SolutionCallback.cs.
◆ NumBooleans()
|
inline |
Definition at line 55 of file SolutionCallback.cs.
◆ NumBranches()
|
inline |
Definition at line 60 of file SolutionCallback.cs.
◆ NumConflicts()
|
inline |
Definition at line 65 of file SolutionCallback.cs.
◆ NumIntegerPropagations()
|
inline |
Definition at line 75 of file SolutionCallback.cs.
◆ ObjectiveValue()
|
inline |
Definition at line 90 of file SolutionCallback.cs.
◆ OnSolutionCallback()
|
inlinevirtual |
Reimplemented in ObjectiveSolutionPrinter.
Definition at line 51 of file SolutionCallback.cs.
◆ Response()
|
inline |
Definition at line 114 of file SolutionCallback.cs.
◆ SolutionBooleanValue()
|
inline |
Definition at line 105 of file SolutionCallback.cs.
◆ SolutionIntegerValue()
|
inline |
Definition at line 100 of file SolutionCallback.cs.
◆ StopSearch()
|
inline |
Definition at line 110 of file SolutionCallback.cs.
◆ SwigDelegateSolutionCallback_0()
delegate void SwigDelegateSolutionCallback_0 | ( | ) |
◆ UserTime()
|
inline |
Definition at line 85 of file SolutionCallback.cs.
◆ WallTime()
|
inline |
Definition at line 80 of file SolutionCallback.cs.
Member Data Documentation
◆ swigCMemOwn
|
protected |
Definition at line 19 of file SolutionCallback.cs.
The documentation for this class was generated from the following file: