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

Detailed Description

Definition at line 245 of file CpSolver.cs.

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

Constructor & Destructor Documentation

◆ BestBoundCallbackDelegate()

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

Member Function Documentation

◆ NewBestBound()

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

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