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

Public Member Functions

void Dispose ()
 
 IntBoolPair ()
 
 IntBoolPair (int first, bool second)
 
 IntBoolPair (IntBoolPair other)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Properties

int first [get, set]
 
bool second [get, set]
 

Detailed Description

Definition at line 20 of file IntBoolPair.cs.

Constructor & Destructor Documentation

◆ IntBoolPair() [1/3]

Google.OrTools.ConstraintSolver.IntBoolPair.IntBoolPair ( )
inline

Definition at line 67 of file IntBoolPair.cs.

◆ IntBoolPair() [2/3]

Google.OrTools.ConstraintSolver.IntBoolPair.IntBoolPair ( int first,
bool second )
inline

Definition at line 70 of file IntBoolPair.cs.

◆ IntBoolPair() [3/3]

Google.OrTools.ConstraintSolver.IntBoolPair.IntBoolPair ( IntBoolPair other)
inline

Definition at line 73 of file IntBoolPair.cs.

Member Function Documentation

◆ Dispose() [1/2]

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

Definition at line 50 of file IntBoolPair.cs.

◆ Dispose() [2/2]

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

Definition at line 55 of file IntBoolPair.cs.

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.ConstraintSolver.IntBoolPair.swigCMemOwn
protected

Definition at line 22 of file IntBoolPair.cs.

Property Documentation

◆ first

int Google.OrTools.ConstraintSolver.IntBoolPair.first
getset

Definition at line 77 of file IntBoolPair.cs.

◆ second

bool Google.OrTools.ConstraintSolver.IntBoolPair.second
getset

Definition at line 87 of file IntBoolPair.cs.


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