DotNet Reference

DotNet Reference

VarArraySolutionPrinterWithLimit

Detailed Description

Definition at line 18 of file StopAfterNSolutionsSampleSat.cs.

Public Member Functions

 VarArraySolutionPrinterWithLimit (IntVar[] variables, int solution_limit)
 
override void OnSolutionCallback ()
 
int SolutionCount ()
 
long Value (LinearExpr e)
 
Boolean BooleanValue (ILiteral literal)
 

Constructor & Destructor Documentation

◆ VarArraySolutionPrinterWithLimit()

VarArraySolutionPrinterWithLimit ( IntVar []  variables,
int  solution_limit 
)
inline

Definition at line 20 of file StopAfterNSolutionsSampleSat.cs.

Member Function Documentation

◆ BooleanValue()

Boolean BooleanValue ( ILiteral  literal)
inlineinherited

Definition at line 77 of file SearchHelpers.cs.

◆ OnSolutionCallback()

override void OnSolutionCallback ( )
inline

Definition at line 27 of file StopAfterNSolutionsSampleSat.cs.

◆ SolutionCount()

int SolutionCount ( )
inline

Definition at line 46 of file StopAfterNSolutionsSampleSat.cs.

◆ Value()

long Value ( LinearExpr  e)
inlineinherited

Definition at line 22 of file SearchHelpers.cs.


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