DotNet Reference
DotNet Reference
Detailed Description
Definition at line 19 of file SolveAndPrintIntermediateSolutionsSampleSat.cs.
Public Member Functions | |
| VarArraySolutionPrinterWithObjective (IntVar[] variables) | |
| override void | OnSolutionCallback () |
| int | SolutionCount () |
| long | Value (LinearExpr e) |
| Boolean | BooleanValue (ILiteral literal) |
| virtual void | Dispose () |
| 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 () |
| delegate void | SwigDelegateSolutionCallback_0 () |
Protected Attributes | |
| bool | swigCMemOwn |
Constructor & Destructor Documentation
◆ VarArraySolutionPrinterWithObjective()
|
inline |
Definition at line 21 of file SolveAndPrintIntermediateSolutionsSampleSat.cs.
Member Function Documentation
◆ BestObjectiveBound()
|
inlineinherited |
Definition at line 91 of file SolutionCallback.cs.
◆ BooleanValue()
|
inlineinherited |
Definition at line 77 of file SearchHelpers.cs.
◆ Dispose()
|
inlinevirtualinherited |
Definition at line 34 of file SolutionCallback.cs.
◆ NumBinaryPropagations()
|
inlineinherited |
Definition at line 66 of file SolutionCallback.cs.
◆ NumBooleans()
|
inlineinherited |
Definition at line 51 of file SolutionCallback.cs.
◆ NumBranches()
|
inlineinherited |
Definition at line 56 of file SolutionCallback.cs.
◆ NumConflicts()
|
inlineinherited |
Definition at line 61 of file SolutionCallback.cs.
◆ NumIntegerPropagations()
|
inlineinherited |
Definition at line 71 of file SolutionCallback.cs.
◆ ObjectiveValue()
|
inlineinherited |
Definition at line 86 of file SolutionCallback.cs.
◆ OnSolutionCallback()
|
inlinevirtual |
Reimplemented from SolutionCallback.
Definition at line 26 of file SolveAndPrintIntermediateSolutionsSampleSat.cs.
◆ Response()
|
inlineinherited |
Definition at line 110 of file SolutionCallback.cs.
◆ SolutionBooleanValue()
|
inlineinherited |
Definition at line 101 of file SolutionCallback.cs.
◆ SolutionCount()
|
inline |
Definition at line 40 of file SolveAndPrintIntermediateSolutionsSampleSat.cs.
◆ SolutionIntegerValue()
|
inlineinherited |
Definition at line 96 of file SolutionCallback.cs.
◆ StopSearch()
|
inlineinherited |
Definition at line 106 of file SolutionCallback.cs.
◆ SwigDelegateSolutionCallback_0()
|
inherited |
◆ UserTime()
|
inlineinherited |
Definition at line 81 of file SolutionCallback.cs.
◆ Value()
|
inlineinherited |
Definition at line 22 of file SearchHelpers.cs.
◆ WallTime()
|
inlineinherited |
Definition at line 76 of file SolutionCallback.cs.
Member Data Documentation
◆ swigCMemOwn
|
protectedinherited |
Definition at line 19 of file SolutionCallback.cs.
The documentation for this class was generated from the following file: