Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
VarArraySolutionPrinter Class Reference
Inheritance diagram for VarArraySolutionPrinter:
Inheritance graph
[legend]
Collaboration diagram for VarArraySolutionPrinter:
Collaboration graph
[legend]

Public Member Functions

 VarArraySolutionPrinter (IntVar[] variables)
 
override void OnSolutionCallback ()
 
 VarArraySolutionPrinter (IntVar[] variables)
 
override void OnSolutionCallback ()
 
int SolutionCount ()
 
 VarArraySolutionPrinter (IntVar[] variables)
 
override void OnSolutionCallback ()
 
 VarArraySolutionPrinter (IntVar[] variables)
 
override void OnSolutionCallback ()
 
int SolutionCount ()
 
 VarArraySolutionPrinter (IntVar[] variables)
 
override void OnSolutionCallback ()
 
long Value (LinearExpr e)
 
Boolean BooleanValue (ILiteral literal)
 
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 Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Definition at line 18 of file ChannelingSampleSat.cs.

Constructor & Destructor Documentation

◆ VarArraySolutionPrinter() [1/5]

VarArraySolutionPrinter.VarArraySolutionPrinter ( IntVar []  variables)
inline

Definition at line 20 of file ChannelingSampleSat.cs.

◆ VarArraySolutionPrinter() [2/5]

VarArraySolutionPrinter.VarArraySolutionPrinter ( IntVar []  variables)
inline

Definition at line 22 of file CpIsFunSat.cs.

◆ VarArraySolutionPrinter() [3/5]

VarArraySolutionPrinter.VarArraySolutionPrinter ( IntVar []  variables)
inline

Definition at line 20 of file EarlinessTardinessCostSampleSat.cs.

◆ VarArraySolutionPrinter() [4/5]

VarArraySolutionPrinter.VarArraySolutionPrinter ( IntVar []  variables)
inline

Definition at line 21 of file SearchForAllSolutionsSampleSat.cs.

◆ VarArraySolutionPrinter() [5/5]

VarArraySolutionPrinter.VarArraySolutionPrinter ( IntVar []  variables)
inline

Definition at line 20 of file StepFunctionSampleSat.cs.

Member Function Documentation

◆ BestObjectiveBound()

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

Definition at line 95 of file SolutionCallback.cs.

◆ BooleanValue()

Boolean Google.OrTools.Sat.CpSolverSolutionCallback.BooleanValue ( ILiteral  literal)
inlineinherited

Definition at line 77 of file SearchHelpers.cs.

◆ Dispose() [1/2]

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

Definition at line 34 of file SolutionCallback.cs.

◆ Dispose() [2/2]

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

Definition at line 39 of file SolutionCallback.cs.

◆ NumBinaryPropagations()

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

Definition at line 70 of file SolutionCallback.cs.

◆ NumBooleans()

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

Definition at line 55 of file SolutionCallback.cs.

◆ NumBranches()

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

Definition at line 60 of file SolutionCallback.cs.

◆ NumConflicts()

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

Definition at line 65 of file SolutionCallback.cs.

◆ NumIntegerPropagations()

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

Definition at line 75 of file SolutionCallback.cs.

◆ ObjectiveValue()

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

Definition at line 90 of file SolutionCallback.cs.

◆ OnSolutionCallback() [1/5]

override void VarArraySolutionPrinter.OnSolutionCallback ( )
inlinevirtual

Reimplemented from Google.OrTools.Sat.SolutionCallback.

Definition at line 25 of file EarlinessTardinessCostSampleSat.cs.

◆ OnSolutionCallback() [2/5]

override void VarArraySolutionPrinter.OnSolutionCallback ( )
inlinevirtual

Reimplemented from Google.OrTools.Sat.SolutionCallback.

Definition at line 25 of file ChannelingSampleSat.cs.

◆ OnSolutionCallback() [3/5]

override void VarArraySolutionPrinter.OnSolutionCallback ( )
inlinevirtual

Reimplemented from Google.OrTools.Sat.SolutionCallback.

Definition at line 25 of file StepFunctionSampleSat.cs.

◆ OnSolutionCallback() [4/5]

override void VarArraySolutionPrinter.OnSolutionCallback ( )
inlinevirtual

Reimplemented from Google.OrTools.Sat.SolutionCallback.

Definition at line 26 of file SearchForAllSolutionsSampleSat.cs.

◆ OnSolutionCallback() [5/5]

override void VarArraySolutionPrinter.OnSolutionCallback ( )
inlinevirtual

Reimplemented from Google.OrTools.Sat.SolutionCallback.

Definition at line 27 of file CpIsFunSat.cs.

◆ Response()

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

Definition at line 114 of file SolutionCallback.cs.

◆ SolutionBooleanValue()

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

Definition at line 105 of file SolutionCallback.cs.

◆ SolutionCount() [1/2]

int VarArraySolutionPrinter.SolutionCount ( )
inline

Definition at line 40 of file SearchForAllSolutionsSampleSat.cs.

◆ SolutionCount() [2/2]

int VarArraySolutionPrinter.SolutionCount ( )
inline

Definition at line 40 of file CpIsFunSat.cs.

◆ SolutionIntegerValue()

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

Definition at line 100 of file SolutionCallback.cs.

◆ StopSearch()

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

Definition at line 110 of file SolutionCallback.cs.

◆ SwigDelegateSolutionCallback_0()

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

◆ UserTime()

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

Definition at line 85 of file SolutionCallback.cs.

◆ Value()

long Google.OrTools.Sat.CpSolverSolutionCallback.Value ( LinearExpr  e)
inlineinherited

Definition at line 22 of file SearchHelpers.cs.

◆ WallTime()

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

Definition at line 80 of file SolutionCallback.cs.

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.Sat.SolutionCallback.swigCMemOwn
protectedinherited

Definition at line 19 of file SolutionCallback.cs.


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