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

Public Member Functions

synchronized void delete ()
 
 IntBoolPair ()
 
 IntBoolPair (int first, boolean second)
 
 IntBoolPair (IntBoolPair other)
 
void setFirst (int value)
 
int getFirst ()
 
void setSecond (boolean value)
 
boolean getSecond ()
 

Protected Member Functions

 IntBoolPair (long cPtr, boolean cMemoryOwn)
 
void finalize ()
 

Static Protected Member Functions

static long getCPtr (IntBoolPair obj)
 
static long swigRelease (IntBoolPair obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Definition at line 11 of file IntBoolPair.java.

Constructor & Destructor Documentation

◆ IntBoolPair() [1/4]

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

Definition at line 15 of file IntBoolPair.java.

◆ IntBoolPair() [2/4]

com.google.ortools.constraintsolver.IntBoolPair.IntBoolPair ( )

Definition at line 51 of file IntBoolPair.java.

◆ IntBoolPair() [3/4]

com.google.ortools.constraintsolver.IntBoolPair.IntBoolPair ( int first,
boolean second )

Definition at line 55 of file IntBoolPair.java.

◆ IntBoolPair() [4/4]

com.google.ortools.constraintsolver.IntBoolPair.IntBoolPair ( IntBoolPair other)

Definition at line 59 of file IntBoolPair.java.

Member Function Documentation

◆ delete()

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

Definition at line 41 of file IntBoolPair.java.

◆ finalize()

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

Definition at line 37 of file IntBoolPair.java.

◆ getCPtr()

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

Definition at line 20 of file IntBoolPair.java.

◆ getFirst()

int com.google.ortools.constraintsolver.IntBoolPair.getFirst ( )

Definition at line 67 of file IntBoolPair.java.

◆ getSecond()

boolean com.google.ortools.constraintsolver.IntBoolPair.getSecond ( )

Definition at line 75 of file IntBoolPair.java.

◆ setFirst()

void com.google.ortools.constraintsolver.IntBoolPair.setFirst ( int value)

Definition at line 63 of file IntBoolPair.java.

◆ setSecond()

void com.google.ortools.constraintsolver.IntBoolPair.setSecond ( boolean value)

Definition at line 71 of file IntBoolPair.java.

◆ swigRelease()

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

Definition at line 24 of file IntBoolPair.java.

Member Data Documentation

◆ swigCMemOwn

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

Definition at line 13 of file IntBoolPair.java.


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