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

Public Member Functions

void Dispose ()
 
 RevBool (bool val)
 
bool Value ()
 
void SetValue (Solver s, bool val)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Definition at line 20 of file RevBool.cs.

Constructor & Destructor Documentation

◆ RevBool()

Google.OrTools.ConstraintSolver.RevBool.RevBool ( bool val)
inline

Definition at line 67 of file RevBool.cs.

Member Function Documentation

◆ Dispose() [1/2]

void Google.OrTools.ConstraintSolver.RevBool.Dispose ( )
inline

Definition at line 50 of file RevBool.cs.

◆ Dispose() [2/2]

virtual void Google.OrTools.ConstraintSolver.RevBool.Dispose ( bool disposing)
inlineprotectedvirtual

Definition at line 55 of file RevBool.cs.

◆ SetValue()

void Google.OrTools.ConstraintSolver.RevBool.SetValue ( Solver s,
bool val )
inline

Definition at line 75 of file RevBool.cs.

◆ Value()

bool Google.OrTools.ConstraintSolver.RevBool.Value ( )
inline

Definition at line 70 of file RevBool.cs.

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.ConstraintSolver.RevBool.swigCMemOwn
protected

Definition at line 22 of file RevBool.cs.


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