Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.AlternativeNodeIterator Class Reference

Public Member Functions

 AlternativeNodeIterator (long cPtr, boolean cMemoryOwn)
 
synchronized void delete ()
 
 AlternativeNodeIterator (boolean use_sibling)
 
boolean Next ()
 
int GetValue ()
 

Static Public Member Functions

static long getCPtr (AlternativeNodeIterator obj)
 
static long swigRelease (AlternativeNodeIterator obj)
 

Protected Member Functions

void finalize ()
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Definition at line 11 of file AlternativeNodeIterator.java.

Constructor & Destructor Documentation

◆ AlternativeNodeIterator() [1/2]

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

Definition at line 15 of file AlternativeNodeIterator.java.

◆ AlternativeNodeIterator() [2/2]

com.google.ortools.constraintsolver.AlternativeNodeIterator.AlternativeNodeIterator ( boolean use_sibling)

Definition at line 51 of file AlternativeNodeIterator.java.

Member Function Documentation

◆ delete()

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

Definition at line 41 of file AlternativeNodeIterator.java.

◆ finalize()

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

Definition at line 37 of file AlternativeNodeIterator.java.

◆ getCPtr()

static long com.google.ortools.constraintsolver.AlternativeNodeIterator.getCPtr ( AlternativeNodeIterator obj)
static

Definition at line 20 of file AlternativeNodeIterator.java.

◆ GetValue()

int com.google.ortools.constraintsolver.AlternativeNodeIterator.GetValue ( )

Definition at line 59 of file AlternativeNodeIterator.java.

◆ Next()

boolean com.google.ortools.constraintsolver.AlternativeNodeIterator.Next ( )

Definition at line 55 of file AlternativeNodeIterator.java.

◆ swigRelease()

static long com.google.ortools.constraintsolver.AlternativeNodeIterator.swigRelease ( AlternativeNodeIterator obj)
static

Definition at line 24 of file AlternativeNodeIterator.java.

Member Data Documentation

◆ swigCMemOwn

transient boolean com.google.ortools.constraintsolver.AlternativeNodeIterator.swigCMemOwn
protected

Definition at line 13 of file AlternativeNodeIterator.java.


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