Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.Sat.SolutionCallback Class Reference
Inheritance diagram for Google.OrTools.Sat.SolutionCallback:
Google.OrTools.Sat.CpSolverSolutionCallback Google.OrTools.Sat.ObjectiveSolutionPrinter

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
 

Detailed Description

Definition at line 19 of file SolutionCallback.cs.

Constructor & Destructor Documentation

◆ SolutionCallback()

Google.OrTools.Sat.SolutionCallback.SolutionCallback ( )
inline

Definition at line 149 of file SolutionCallback.cs.

Member Function Documentation

◆ BestObjectiveBound()

double Google.OrTools.Sat.SolutionCallback.BestObjectiveBound ( )
inline

Definition at line 110 of file SolutionCallback.cs.

◆ Dispose() [1/2]

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

Definition at line 49 of file SolutionCallback.cs.

◆ Dispose() [2/2]

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

Definition at line 54 of file SolutionCallback.cs.

◆ NumBinaryPropagations()

long Google.OrTools.Sat.SolutionCallback.NumBinaryPropagations ( )
inline

Definition at line 85 of file SolutionCallback.cs.

◆ NumBooleans()

long Google.OrTools.Sat.SolutionCallback.NumBooleans ( )
inline

Definition at line 70 of file SolutionCallback.cs.

◆ NumBranches()

long Google.OrTools.Sat.SolutionCallback.NumBranches ( )
inline

Definition at line 75 of file SolutionCallback.cs.

◆ NumConflicts()

long Google.OrTools.Sat.SolutionCallback.NumConflicts ( )
inline

Definition at line 80 of file SolutionCallback.cs.

◆ NumIntegerPropagations()

long Google.OrTools.Sat.SolutionCallback.NumIntegerPropagations ( )
inline

Definition at line 90 of file SolutionCallback.cs.

◆ ObjectiveValue()

double Google.OrTools.Sat.SolutionCallback.ObjectiveValue ( )
inline

Definition at line 105 of file SolutionCallback.cs.

◆ OnSolutionCallback()

virtual void Google.OrTools.Sat.SolutionCallback.OnSolutionCallback ( )
inlinevirtual

Reimplemented in Google.OrTools.Sat.ObjectiveSolutionPrinter.

Definition at line 66 of file SolutionCallback.cs.

◆ Response()

Google.OrTools.Sat.CpSolverResponse Google.OrTools.Sat.SolutionCallback.Response ( )
inline

Definition at line 129 of file SolutionCallback.cs.

◆ SolutionBooleanValue()

bool Google.OrTools.Sat.SolutionCallback.SolutionBooleanValue ( int index)
inline

Definition at line 120 of file SolutionCallback.cs.

◆ SolutionIntegerValue()

long Google.OrTools.Sat.SolutionCallback.SolutionIntegerValue ( int index)
inline

Definition at line 115 of file SolutionCallback.cs.

◆ StopSearch()

void Google.OrTools.Sat.SolutionCallback.StopSearch ( )
inline

Definition at line 125 of file SolutionCallback.cs.

◆ SwigDelegateSolutionCallback_0()

delegate void Google.OrTools.Sat.SolutionCallback.SwigDelegateSolutionCallback_0 ( )

◆ UserTime()

double Google.OrTools.Sat.SolutionCallback.UserTime ( )
inline

Definition at line 100 of file SolutionCallback.cs.

◆ WallTime()

double Google.OrTools.Sat.SolutionCallback.WallTime ( )
inline

Definition at line 95 of file SolutionCallback.cs.

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.Sat.SolutionCallback.swigCMemOwn
protected

Definition at line 21 of file SolutionCallback.cs.


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