DotNet Reference

DotNet Reference

IntVarElement

Detailed Description

Definition at line 18 of file IntVarElement.cs.

Public Member Functions

 IntVarElement ()
 
 IntVarElement (IntVar var)
 
void Reset (IntVar var)
 
IntVarElement Clone ()
 
void Copy (IntVarElement element)
 
IntVar Var ()
 
void Store ()
 
void Restore ()
 
long Min ()
 
void SetMin (long m)
 
long Max ()
 
void SetMax (long m)
 
long Value ()
 
bool Bound ()
 
void SetRange (long l, long u)
 
void SetValue (long v)
 
string ToString ()
 
void Dispose ()
 
void Activate ()
 
void Deactivate ()
 
bool Activated ()
 

Protected Member Functions

override void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Constructor & Destructor Documentation

◆ IntVarElement() [1/2]

IntVarElement ( )
inline

Definition at line 42 of file IntVarElement.cs.

◆ IntVarElement() [2/2]

IntVarElement ( IntVar  var)
inline

Definition at line 45 of file IntVarElement.cs.

Member Function Documentation

◆ Activate()

void Activate ( )
inlineinherited

Definition at line 55 of file AssignmentElement.cs.

◆ Activated()

bool Activated ( )
inlineinherited

Definition at line 63 of file AssignmentElement.cs.

◆ Bound()

bool Bound ( )
inline

Definition at line 100 of file IntVarElement.cs.

◆ Clone()

IntVarElement Clone ( )
inline

Definition at line 52 of file IntVarElement.cs.

◆ Copy()

void Copy ( IntVarElement  element)
inline

Definition at line 58 of file IntVarElement.cs.

◆ Deactivate()

void Deactivate ( )
inlineinherited

Definition at line 59 of file AssignmentElement.cs.

◆ Dispose() [1/2]

void Dispose ( )
inlineinherited

Definition at line 35 of file AssignmentElement.cs.

◆ Dispose() [2/2]

override void Dispose ( bool  disposing)
inlineprotectedvirtual

Reimplemented from AssignmentElement.

Definition at line 29 of file IntVarElement.cs.

◆ Max()

long Max ( )
inline

Definition at line 86 of file IntVarElement.cs.

◆ Min()

long Min ( )
inline

Definition at line 77 of file IntVarElement.cs.

◆ Reset()

void Reset ( IntVar  var)
inline

Definition at line 48 of file IntVarElement.cs.

◆ Restore()

void Restore ( )
inline

Definition at line 73 of file IntVarElement.cs.

◆ SetMax()

void SetMax ( long  m)
inline

Definition at line 91 of file IntVarElement.cs.

◆ SetMin()

void SetMin ( long  m)
inline

Definition at line 82 of file IntVarElement.cs.

◆ SetRange()

void SetRange ( long  l,
long  u 
)
inline

Definition at line 105 of file IntVarElement.cs.

◆ SetValue()

void SetValue ( long  v)
inline

Definition at line 109 of file IntVarElement.cs.

◆ Store()

void Store ( )
inline

Definition at line 69 of file IntVarElement.cs.

◆ ToString()

string ToString ( )
inline

Definition at line 113 of file IntVarElement.cs.

◆ Value()

long Value ( )
inline

Definition at line 95 of file IntVarElement.cs.

◆ Var()

IntVar Var ( )
inline

Definition at line 63 of file IntVarElement.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protectedinherited

Definition at line 20 of file AssignmentElement.cs.


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