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

Public Member Functions

void Dispose ()
 
virtual void NewBestBound (double bound)
 
 BestBoundCallback ()
 
delegate void SwigDelegateBestBoundCallback_0 (double bound)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Definition at line 19 of file BestBoundCallback.cs.

Constructor & Destructor Documentation

◆ BestBoundCallback()

Google.OrTools.Sat.BestBoundCallback.BestBoundCallback ( )
inline

Definition at line 70 of file BestBoundCallback.cs.

Member Function Documentation

◆ Dispose() [1/2]

void Google.OrTools.Sat.BestBoundCallback.Dispose ( )
inline

Definition at line 49 of file BestBoundCallback.cs.

◆ Dispose() [2/2]

virtual void Google.OrTools.Sat.BestBoundCallback.Dispose ( bool disposing)
inlineprotectedvirtual

Definition at line 54 of file BestBoundCallback.cs.

◆ NewBestBound()

virtual void Google.OrTools.Sat.BestBoundCallback.NewBestBound ( double bound)
inlinevirtual

Reimplemented in Google.OrTools.Sat.BestBoundCallbackDelegate.

Definition at line 66 of file BestBoundCallback.cs.

◆ SwigDelegateBestBoundCallback_0()

delegate void Google.OrTools.Sat.BestBoundCallback.SwigDelegateBestBoundCallback_0 ( double bound)

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.Sat.BestBoundCallback.swigCMemOwn
protected

Definition at line 21 of file BestBoundCallback.cs.


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