Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.IntVarElement Class Reference
Inheritance diagram for com.google.ortools.constraintsolver.IntVarElement:
com.google.ortools.constraintsolver.AssignmentElement

Public Member Functions

synchronized void delete ()
 
 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 ()
 
boolean bound ()
 
void setRange (long l, long u)
 
void setValue (long v)
 
String toString ()
 
- Public Member Functions inherited from com.google.ortools.constraintsolver.AssignmentElement
 AssignmentElement ()
 
void activate ()
 
void deactivate ()
 
boolean activated ()
 

Protected Member Functions

 IntVarElement (long cPtr, boolean cMemoryOwn)
 
void finalize ()
 
- Protected Member Functions inherited from com.google.ortools.constraintsolver.AssignmentElement
 AssignmentElement (long cPtr, boolean cMemoryOwn)
 

Static Protected Member Functions

static long getCPtr (IntVarElement obj)
 
static long swigRelease (IntVarElement obj)
 
- Static Protected Member Functions inherited from com.google.ortools.constraintsolver.AssignmentElement
static long getCPtr (AssignmentElement obj)
 
static long swigRelease (AssignmentElement obj)
 

Additional Inherited Members

- Protected Attributes inherited from com.google.ortools.constraintsolver.AssignmentElement
transient boolean swigCMemOwn
 

Detailed Description

Definition at line 11 of file IntVarElement.java.

Constructor & Destructor Documentation

◆ IntVarElement() [1/3]

com.google.ortools.constraintsolver.IntVarElement.IntVarElement ( long cPtr,
boolean cMemoryOwn )
protected

Definition at line 14 of file IntVarElement.java.

◆ IntVarElement() [2/3]

com.google.ortools.constraintsolver.IntVarElement.IntVarElement ( )

Definition at line 51 of file IntVarElement.java.

◆ IntVarElement() [3/3]

com.google.ortools.constraintsolver.IntVarElement.IntVarElement ( IntVar var)

Definition at line 55 of file IntVarElement.java.

Member Function Documentation

◆ bound()

boolean com.google.ortools.constraintsolver.IntVarElement.bound ( )

Definition at line 105 of file IntVarElement.java.

◆ clone()

IntVarElement com.google.ortools.constraintsolver.IntVarElement.clone ( )

Definition at line 63 of file IntVarElement.java.

◆ copy()

void com.google.ortools.constraintsolver.IntVarElement.copy ( IntVarElement element)

Definition at line 68 of file IntVarElement.java.

◆ delete()

synchronized void com.google.ortools.constraintsolver.IntVarElement.delete ( )

Reimplemented from com.google.ortools.constraintsolver.AssignmentElement.

Definition at line 40 of file IntVarElement.java.

◆ finalize()

void com.google.ortools.constraintsolver.IntVarElement.finalize ( )
protected

Reimplemented from com.google.ortools.constraintsolver.AssignmentElement.

Definition at line 36 of file IntVarElement.java.

◆ getCPtr()

static long com.google.ortools.constraintsolver.IntVarElement.getCPtr ( IntVarElement obj)
staticprotected

Definition at line 19 of file IntVarElement.java.

◆ max()

long com.google.ortools.constraintsolver.IntVarElement.max ( )

Definition at line 93 of file IntVarElement.java.

◆ min()

long com.google.ortools.constraintsolver.IntVarElement.min ( )

Definition at line 85 of file IntVarElement.java.

◆ reset()

void com.google.ortools.constraintsolver.IntVarElement.reset ( IntVar var)

Definition at line 59 of file IntVarElement.java.

◆ restore()

void com.google.ortools.constraintsolver.IntVarElement.restore ( )

Definition at line 81 of file IntVarElement.java.

◆ setMax()

void com.google.ortools.constraintsolver.IntVarElement.setMax ( long m)

Definition at line 97 of file IntVarElement.java.

◆ setMin()

void com.google.ortools.constraintsolver.IntVarElement.setMin ( long m)

Definition at line 89 of file IntVarElement.java.

◆ setRange()

void com.google.ortools.constraintsolver.IntVarElement.setRange ( long l,
long u )

Definition at line 109 of file IntVarElement.java.

◆ setValue()

void com.google.ortools.constraintsolver.IntVarElement.setValue ( long v)

Definition at line 113 of file IntVarElement.java.

◆ store()

void com.google.ortools.constraintsolver.IntVarElement.store ( )

Definition at line 77 of file IntVarElement.java.

◆ swigRelease()

static long com.google.ortools.constraintsolver.IntVarElement.swigRelease ( IntVarElement obj)
staticprotected

Definition at line 23 of file IntVarElement.java.

◆ toString()

String com.google.ortools.constraintsolver.IntVarElement.toString ( )

Definition at line 117 of file IntVarElement.java.

◆ value()

long com.google.ortools.constraintsolver.IntVarElement.value ( )

Definition at line 101 of file IntVarElement.java.

◆ var()

IntVar com.google.ortools.constraintsolver.IntVarElement.var ( )

Definition at line 72 of file IntVarElement.java.


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