Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.Sat.BestBoundCallbackDelegate Class Reference
Inheritance diagram for Google.OrTools.Sat.BestBoundCallbackDelegate:
Google.OrTools.Sat.BestBoundCallback

Public Member Functions

 BestBoundCallbackDelegate (DoubleToVoidDelegate del)
 
override void NewBestBound (double bound)
 
- Public Member Functions inherited from Google.OrTools.Sat.BestBoundCallback
void Dispose ()
 
 BestBoundCallback ()
 
delegate void SwigDelegateBestBoundCallback_0 (double bound)
 

Additional Inherited Members

- Protected Member Functions inherited from Google.OrTools.Sat.BestBoundCallback
virtual void Dispose (bool disposing)
 
- Protected Attributes inherited from Google.OrTools.Sat.BestBoundCallback
bool swigCMemOwn
 
- Package Functions inherited from Google.OrTools.Sat.BestBoundCallback
- Static Package Functions inherited from Google.OrTools.Sat.BestBoundCallback

Detailed Description

Definition at line 326 of file CpSolver.cs.

Constructor & Destructor Documentation

◆ BestBoundCallbackDelegate()

Google.OrTools.Sat.BestBoundCallbackDelegate.BestBoundCallbackDelegate ( DoubleToVoidDelegate del)
inline

Definition at line 328 of file CpSolver.cs.

Member Function Documentation

◆ NewBestBound()

override void Google.OrTools.Sat.BestBoundCallbackDelegate.NewBestBound ( double bound)
inlinevirtual

Reimplemented from Google.OrTools.Sat.BestBoundCallback.

Definition at line 333 of file CpSolver.cs.


The documentation for this class was generated from the following file: