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

Public Member Functions

 SimpleBoundCosts (long cPtr, boolean cMemoryOwn)
 
synchronized void delete ()
 
 SimpleBoundCosts (int num_bounds, BoundCost default_bound_cost)
 
BoundCost getBoundCost (int element)
 
int getSize ()
 

Static Public Member Functions

static long getCPtr (SimpleBoundCosts obj)
 
static long swigRelease (SimpleBoundCosts obj)
 

Protected Member Functions

void finalize ()
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Definition at line 11 of file SimpleBoundCosts.java.

Constructor & Destructor Documentation

◆ SimpleBoundCosts() [1/2]

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

Definition at line 15 of file SimpleBoundCosts.java.

◆ SimpleBoundCosts() [2/2]

com.google.ortools.constraintsolver.SimpleBoundCosts.SimpleBoundCosts ( int num_bounds,
BoundCost default_bound_cost )

Definition at line 51 of file SimpleBoundCosts.java.

Member Function Documentation

◆ delete()

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

Definition at line 41 of file SimpleBoundCosts.java.

◆ finalize()

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

Definition at line 37 of file SimpleBoundCosts.java.

◆ getBoundCost()

BoundCost com.google.ortools.constraintsolver.SimpleBoundCosts.getBoundCost ( int element)

Definition at line 55 of file SimpleBoundCosts.java.

◆ getCPtr()

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

Definition at line 20 of file SimpleBoundCosts.java.

◆ getSize()

int com.google.ortools.constraintsolver.SimpleBoundCosts.getSize ( )

Definition at line 59 of file SimpleBoundCosts.java.

◆ swigRelease()

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

Definition at line 24 of file SimpleBoundCosts.java.

Member Data Documentation

◆ swigCMemOwn

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

Definition at line 13 of file SimpleBoundCosts.java.


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