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

Public Member Functions

void Dispose ()
 
 AssignmentElement ()
 
void Activate ()
 
void Deactivate ()
 
bool Activated ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Definition at line 20 of file AssignmentElement.cs.

Constructor & Destructor Documentation

◆ AssignmentElement()

Google.OrTools.ConstraintSolver.AssignmentElement.AssignmentElement ( )
inline

Definition at line 67 of file AssignmentElement.cs.

Member Function Documentation

◆ Activate()

void Google.OrTools.ConstraintSolver.AssignmentElement.Activate ( )
inline

Definition at line 70 of file AssignmentElement.cs.

◆ Activated()

bool Google.OrTools.ConstraintSolver.AssignmentElement.Activated ( )
inline

Definition at line 78 of file AssignmentElement.cs.

◆ Deactivate()

void Google.OrTools.ConstraintSolver.AssignmentElement.Deactivate ( )
inline

Definition at line 74 of file AssignmentElement.cs.

◆ Dispose() [1/2]

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

Definition at line 50 of file AssignmentElement.cs.

◆ Dispose() [2/2]

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

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.ConstraintSolver.AssignmentElement.swigCMemOwn
protected

Definition at line 22 of file AssignmentElement.cs.


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